mesh copy

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
younes_kh
Posts: 13
Joined: Wed Jun 24, 2009 8:50 am
Location: Palestine-gaza will be free

mesh copy

Post by younes_kh »

hello

I want to ask what the code to make copy from one mesh to use it in many scene node :roll:
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

Unless you are modifying the vertex data, you don't need to copy anything. You just create a new scene node using the same mesh. If you really do need a copy, the IMeshManipulator interface provides methods for copying meshes.

Travis
Post Reply