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!
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).
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()).