jps0611 Posted August 28, 2018 Share Posted August 28, 2018 Howdy, When I export a gltf from Blender...it creates a _root_ element where all the meshes become children. When I instance that parent I doesn't grab the children in the instance. Is there some magic I'm missing? Quote Link to comment Share on other sites More sharing options...
Guest Posted August 28, 2018 Share Posted August 28, 2018 Nope this is expected. You have to manually go through mesh.getCHildMeshes() and execute createInstance on all of them. Quote Link to comment Share on other sites More sharing options...
jps0611 Posted August 28, 2018 Author Share Posted August 28, 2018 Groovy! Thanks @Deltakosh Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.