Change camera speed for certain moves.

Software: Away3D 4.x

Hector, Sr. Member
Posted: 03 February 2012 06:29 PM   Total Posts: 137

Hi all,
Is there a way to change the camera moving speed for certain moves and then go back to the default speed?

I have tried something like:
  var oldCamSteps:int = cameraController.steps;
  cameraController.steps = 20;
  cameraController.update();
  cameraController.steps = oldCamSteps;

But it doesn’t work for me. Probably I have to wait for the camera to finish moving before change the steps value back. I wonder if there is a method already.

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X