Dad72 Posted January 9, 2018 Share Posted January 9, 2018 Hello, Would it be possible to have in the class TransformNode the property node.showBoundingBox = true in ways to create a bounding box of all the objects grouped ? I also see a setParent(), but removeParent() seems missing. It would be possible also to add it ? thank you in advance Quote Link to comment Share on other sites More sharing options...
RaananW Posted January 9, 2018 Share Posted January 9, 2018 if you use setParent(null) it will remove the parent. About bounding info - the bounding information doesn't exist on the transform node but first on the AbstractMesh level, so adding the flag in the TransformNode will lead to interesting undesired results. Quote Link to comment Share on other sites More sharing options...
Dad72 Posted January 9, 2018 Author Share Posted January 9, 2018 I did not think about it. thanks 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.