Camera following the axes x and y?

Software: Away3D 4.x

Goupix, Newbie
Posted: 17 May 2012 08:20 PM   Total Posts: 9

Hello,

I generated a village in away3d 4.0 I’d like to explore by moving the camera.
My camera should be able to move only along the axis x or y. The z-axis and the angle of the camera should not change.

I do not ask you a complete solution but a track on the method to use.

I made several research but each time, there was that which changed angles. No example showed a camera along an axis.

Can you help me?
thank you
Goupix

   

Goupix, Newbie
Posted: 18 May 2012 08:26 PM   Total Posts: 9   [ # 1 ]

I finally made it appear that I was using a code that only works in 3.0

   

John Brookes, Moderator
Posted: 18 May 2012 08:52 PM   Total Posts: 732   [ # 2 ]

Not sure what you want, but..
You can use moveLeft() moveForward() etc

eg
view.camera.moveUp(20);

Move moves the camera along its local axis.

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X