hi, in away3D 4.x it works like that:
var stage2dPos:Vector3D = _world3D.view.project(new Vector3D());
But how to get the 2D screen pos in Away3D 3.6 ??
[Away3D 3.6] how to get 2D Point (view.project())Software: Away3D 3.x |
||
/\/\/\, Newbie
Posted: 15 March 2013 10:01 PM Total Posts: 15 hi, in away3D 4.x it works like that: var stage2dPos:Vector3D = _world3D.view.project(new Vector3D()); But how to get the 2D screen pos in Away3D 3.6 ?? |