Sorry for bad english! I have two planes in Away3d and 1Sprite(rect) with z property. When i move the scene(away3d) and 2Sprite(contains 1Sprite) my planes move along different trajectories.
I think that my problem in the 3d properties, but in Flash default: root.transform.perspectiveProjection.fieldOfView=55 root.transform.perspectiveProjection.focalLength = 768 in Away3d: camera.fov =10; camera focus = 100; What properties should I set to get the same trajectory.
