Page 1 of 1

How to dray both polygon (maybe use culling)?

Posted: Sat Dec 13, 2008 9:50 pm
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

Posted: Sat Dec 13, 2008 10:01 pm
by go
Ok, I can do it from http://irrlicht.sourceforge.net/phpBB2/ ... 2898a9b1a1

using

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


Thanks !!