Posts: 3
Threads: 2
Joined: Jul 2010
Reputation:
0
Hello all,
How can i rotate a 3dObject along with mouseMove using transformer3ds.rotate method. i have tried some way but not getting exacly as viewer3ds software does.
regards,
shinoy
Posts: 781
Threads: 15
Joined: Sep 2009
Reputation:
59
Hi,
Transformer3ds is used to simplify transforming the 3d objects. It is not meant to be used to transform the camera.
However it is very easy to create a moving camera as in Viewer3ds. This can be done with Ab3d.PowerToys library and its advanced cameras (FirstPersonCamera, ThirdPersonCamera, SceneCamera, etc.).
It also have a MouseCameraController that can be used to control the camera with the mouse.
Check out the samples that come with the library to see more.
Note that when purchasing Ab3d.Reader3ds Pro library license, you will get Ab3d.PowerToys library FOR FREE.
Posts: 3
Threads: 2
Joined: Jul 2010
Reputation:
0
Hai,
Thank you very much..i got it
Regards,
shinoy