Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi Niko. I am trying to copy a mesh.I am doing this but it doesn't work. var SomeMesh = new CL3D.MeshSceneNode(); var NewMesh = ExistingMeshSceneNode.getMesh(); if (NewMesh ) { SomeMesh.setMesh(NewMesh.createClone()); } Is it a bug? |
||||
|
Hi, looks correct what you are doing there. I'll see if there is a bug. |
||||
|
Update: Will be fixed in the version 1.3.7. |
|