How to dray both polygon (maybe use culling)?

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
go
Posts: 28
Joined: Mon Oct 20, 2008 7:53 am

How to dray both polygon (maybe use culling)?

Post by go »

Hey, I'm now making anatomycal simulation. and got an problem.

when i draw something in Irrlicht , it does not draw both polygon side. is there any way to draw both polygon side?

Thanks
go
Posts: 28
Joined: Mon Oct 20, 2008 7:53 am

Post by go »

Ok, I can do it from http://irrlicht.sourceforge.net/phpBB2/ ... 2898a9b1a1

using

node->setMaterialFlag(video::EMF_BACK_FACE_CULLING, false);


Thanks !!
Post Reply