Page 1 of 1

Can't you add compound to compound object

Posted: Fri Jan 31, 2020 5:55 am
by parapoohda
I try to add compound to compound because I try to replicate Unity local Position. But it tell me Compound can't be use as TShape.
Is this work as you expect? Or I do something wrong.

Should I use global position and transform instead of local?

Thank you. :D :D

Re: Can't you add compound to compound object

Posted: Fri Jan 31, 2020 4:02 pm
by Norbo
(Big)Compounds contain flat lists of convexes and cannot contain other compounds, that's correct.

You can indeed bake a local position into the child offsets to get the same effect.

Re: Can't you add compound to compound object

Posted: Sat Feb 01, 2020 2:08 am
by parapoohda
Thank you. :D :D :D