Or any other method to get 2d Coords of a 3d Object
Camera.screen method in 4.xSoftware: Away3D 4.x |
||
|
||
|
||
3dNewb, Sr. Member
Posted: 31 October 2011 07:41 PM Total Posts: 105 [ # 2 ] I did find this little solution: http://away3d.com/forum/viewthread/295/ I use it as a static function:
public static function getStagePosition(cam:Camera3D, obj:ObjectContainer3D, view:View3D):Vector3D |