- fbx: create dummy root node and assign converted meshes. This is a temporary solution to be able to test mesh reading.
This commit is contained in:
@@ -352,7 +352,7 @@ const Object* LazyObject::Get()
|
||||
if (!strncmp(obtype,"Geometry",static_cast<size_t>(key.end()-key.begin()))) {
|
||||
|
||||
if (!strcmp(classtag.c_str(),"Mesh")) {
|
||||
object = new MeshGeometry(element,name,settings);
|
||||
object.reset(new MeshGeometry(element,name,settings));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user