Drawing a mesh using Trianglestrip ?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

Drawing a mesh using Trianglestrip ?

Post by Guest »

Hi,

Is it possible to draw a mesh using TriangleStrip ?

If it was, it could reduce a lot the number of vertices in the vertice buffer of the terrain code, and so improve performances.

What do you think about that ?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Not possible yet, but on my todo list. :)
Post Reply