To put my question simply I want my object to always by 200-400 in
front of the Camera like a third person shooter game.

The below link mentions number3D which doesnt exist in away3d 3.6

pos = new Number3D();
tgt = new Number3D(0, 0, 100);
pos.transform(tgt, camera.transform);

set my object to the pos x,y,z but this didnt work

http://groups.google.com/group/away3d-dev/browse_thread/thread/63bf75f87501c3fa

Reply via email to