OgreNwt Collision

Predat0R

30-07-2006 16:57:44

It is necessary to make simple collisions, when the camera flies and collides with other objects
(The player move camera and she does not pass through walls)
Can somebody give me such code ???

nickgravelyn

30-07-2006 18:58:14

I'm actually in the process of writing up an extensive first-person camera set up using Ogre and OgreNewt. When I'm done, I'll put it on the Wiki and let you know.

majc

29-08-2006 15:40:00

Im hpping to see that tutorial :)

iversons

31-08-2006 10:16:08

Hi..

Is it possible to show the collider so that it is obvious to know the attached collider?

Thanks :lol:

iversons

01-09-2006 03:29:36

Anyone know how to show the collider? Thanks!

walaber

01-09-2006 06:27:18

OgreNewt comes with a class to draw the Newton world on-screen via simple lines. check the BasicFrameListener class for info on how to use it.