PDA

View Full Version : Mouse/Keyboard Movement


joeymax
04-01-2007, 01:19 PM
Hello,

I am trying to create the movement controls for a 3D scene.

I know how to walk around using the UP/DOWN/LEFT/RIGHT keys, but how can I look around using the mouse and then select objects by clicking the mouse button.

Please help me :)

farshizzo
04-02-2007, 10:43 AM
Hi,

Check out the tutorial in the [Vizard30]/tutorial/viewcontrol directory. It shows how to use mouse movements to control the viewpoint.

Also, take a look at the tutorial in the [Vizard30]/tutorial/picking directory. It shows how to select objects when a mouse button is clicked.

Hope this helps.