Page 1 of 1

mesh copy

Posted: Mon Jul 20, 2009 5:46 am
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:

Posted: Mon Jul 20, 2009 7:01 am
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