Simple 3D Objects

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
Fred

Simple 3D Objects

Post by Fred »

Hi,

Is there any simple way in Irrlicht to render simple shapes such as a solid rectangular box (not cube), a sphere, etc. without having to have models or special custom scene nodes.

Thanks.
Conquistador
Posts: 340
Joined: Wed Sep 28, 2005 4:38 pm
Location: Canada, Eh!

Post by Conquistador »

There are some functions like that in the IVideoDriver class, look it up in the API. I think you can draw planes, boxes, polygons and lines, in 2D and 3D.
bearSoft
Posts: 165
Joined: Fri Apr 01, 2005 9:55 pm
Location: Denmark

Post by bearSoft »

this Emil Halim class may be of interest:
http://www.irrforge.org/index.php/Prima ... r_Irrlicht
Regards.
Tech: win98se| 320mb ram| abitbe6| 433mhzceleron| atiRadeon7000.64mb| soundblaster125| dx9.0b | devCPP | IRR 0.12.0 |
Post Reply