Drawing a 3D Polygon

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
riddler2006
Posts: 10
Joined: Thu May 24, 2007 3:42 pm

Drawing a 3D Polygon

Post by riddler2006 »

Hi guys,
i have a rather simple question. Is it possible to create an object in Irrlicht by just knowing the 3D positions of its' edges.. or does i need to form this object out of many triangles which will make it a little bit hard... even not impossible

Thanx for help!!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Polygon rendering is only available for OpenGL. You should try to use triangles.
Post Reply