Hello,
I have added few ObjectMesh using add_editor(new ObjectMesh("*.mesh")); after this I set transformation matirx & set material & property for all the mesh objects.
Now I am trying to get access to the names of each of these meshes using ObjectMesh.getName(), but I am getting null values to all.
Can anyone tell me at which stage the names will be assigned to dynamically add objectmesh, so that I can access them after it.
Thanks