Triangle fans supported?

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
eax
Posts: 9
Joined: Sun Dec 14, 2003 12:49 pm
Location: Switzerland::Bern

Triangle fans supported?

Post by eax »

Does Irrlicht support triangle fans (like DX)? I found only a function to draw indexed triangle lists. Will this feature be implemented in a future version or do I have to implement this myself?
Visit Project|Aqua Homepage
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Not supported yet, right. Implement it yourself if you like. And if you like, share your code with us. :)
Post Reply