Snowboard game

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Vortex
Posts: 9
Joined: Tue Dec 23, 2003 10:41 pm

Snowboard game

Post by Vortex »

Hi,

I would like to make a snowboard game. Is this already possible with Irrlicht ?

I want to use the terrain manager and do a collision with a bounding box on it. How can I do collision with the terrain and a bounding box ? I only found line intersection with a TriangleSelector, but not AABB with TriangleSelector (Terrain).
Regards,

Jeroen
Boogle
Posts: 162
Joined: Fri Nov 21, 2003 3:16 pm
Location: Toronto, Canada

Post by Boogle »

I have not yet worked at all with terrain.. however, I believe it was mentioned in the collision tutorial that for levels (or terrain) you would use an OctTreeTriangleSelector (retrieved using msgr->createOctTreeTriangleSelector()).
Vortex
Posts: 9
Joined: Tue Dec 23, 2003 10:41 pm

Post by Vortex »

I've got the terrain working. :D

I saw the OctTreeTriangleSelector in the tutorial. I only haven't found how to do a collision with a bounding box (AABB).
Regards,

Jeroen
Post Reply