jps0611 20 Posted August 28, 2018 Report 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 post Share on other sites
Deltakosh 4315 Posted August 28, 2018 Report 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 post Share on other sites
jps0611 20 Posted August 28, 2018 Author Report Share Posted August 28, 2018 Groovy! Thanks @Deltakosh Quote Link to post Share on other sites
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.