Child Global Coord

Blitz3D Forums/Blitz3D Programming/Child Global Coord

Drey(Posted 2004) [#1]
I have a cube on a rotating pivot. The cube has a positioning of 0,0,7 on the pivot. When i call EntityX and such, it gives me 0,0,7. So how do i find a childs positioning in the world..not the parent?


WolRon(Posted 2004) [#2]
EntityX(cube, 1)


Drey(Posted 2004) [#3]
haha. I figured it would be a different function. Thanks.