Is there a way to use line strips in irrlicht similar to opengl. I'm mentioning this page http://www.falloutsoftware.com/tutorials/gl/gl3.htm
where they talk about strips. What other primitives are available besides spheres and cubes in irrlicht?
Opengl Line strip in irrlicht (equivalent)
-
- Posts: 226
- Joined: Wed Jan 26, 2011 5:37 pm
- Contact:
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
You can use any primitive type supported by the driver. All OpenGL types are supported under OpenGL. Just use draw3dVertexPrimitiveList and set the proper type. Spheres and cubes are meshes, no geometry base types. We also have plain and bumpy planes, terrain, and arrows as standard meshes. See the geometry creator interface.
-
- Posts: 226
- Joined: Wed Jan 26, 2011 5:37 pm
- Contact: