hu.jun Posted July 19, 2013 Posted July 19, 2013 I want to add a mesh to localworld by using C++ API, as the script code "mesh = add_editor(new ObjectMesh("samples/objects/meshes/skinned_01.mesh"));"
george.mann Posted July 28, 2013 Posted July 28, 2013 Take a look at the Objects sample for the C++ API (SDK\source\samples\Api\Objects). This helped me quite a bit.
Recommended Posts