Hi, I have an object3D and I need its vectorUp property to be equal to a calculated vector I compute at runtime but vectorUp is a readonly property of Object3D.
How could I achieve that?
Thanks
How to align vectorUp of an object with a calculated vector?Software: Away3D 4.x |
||
Ludovic, Jr. Member
Posted: 08 July 2014 09:06 PM Total Posts: 31 Hi, I have an object3D and I need its vectorUp property to be equal to a calculated vector I compute at runtime but vectorUp is a readonly property of Object3D. Thanks |