MaverickGeek Posted August 16, 2017 Share Posted August 16, 2017 How to create Empty Mesh/Node for Parenting? The Empty Node must have Position, & other Transform data! Quote Link to comment Share on other sites More sharing options...
Raggar Posted August 16, 2017 Share Posted August 16, 2017 var dummy = new BABYLON.Mesh("dummy", scene); That will create a dummy object with transforms, but without any visual representation. meteoritool and gzlock 1 1 Quote Link to comment Share on other sites More sharing options...
MaverickGeek Posted August 16, 2017 Author Share Posted August 16, 2017 Great, old threads related to this topic basically stated to create a Mesh & set it's visibility to false! 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.