Hi guys,
how can I apply SpringController to my camera?
the code:
_cameraController = new SpringController(_view.camera, mesh);
_cameraController.positionOffset = new Vector3D( 10, 10, 10 );
_cameraController.autoUpdate= true;
doesn’t work..
what should I change?
thanks in advance