PDA

View Full Version : Displaying the back side of polygons


Enlil
06-14-2010, 10:01 AM
Hello,
Is there a way to display the back sides of polygons for a specific node3d object? Or more generally, a way to make 2-sided polygons?

Thanks,
Christian

TarkaDahl
06-14-2010, 02:06 PM
Hi Enlil,

Have you tried?

<node3d>.enable(viz.CULL_FACE)

http://www.worldviz.com/vizhelp/commands/node3d/enable.htm

Enlil
06-15-2010, 11:43 AM
Wow, that is a powerful function I haven't come across before. I don't think it is helping with our particular issue, but it seems like it might be very useful in the future.

Thanks!
Christian

TarkaDahl
06-15-2010, 01:38 PM
i try to be helpfull but it helps if i check what i post, it should be

<node3d>.disable(viz.CULL_FACE)

sorry