Hi.I have a simple question about Spring Camera - WTF??
I have set the positionoffset at 150,20,0 and the camera stays up only
when the target isnt moving.When the model starts moving it goes down
and when stops goes up again.Also can someone explain the damping and
stiffness, because it seems that this variables are doing whatever
they want.
Here is a bit of my code:
                        camera = new SpringCam();
                        camera.positionOffset = new Number3D(65,0,4);
                        camera.damping = 50;
                        camera.stiffness = 20;
                        camera.target= boba_mesh;
                        camera.rotationY = 90;
                        view.camera = camera;
i have camera.view in onEnterFrame (can someone also explain why
camera.view is need in onEnterFrame to work the following?)

thanks for answering my dumb questions

Reply via email to