Text only
|
Text with Images
www.jpct.net
jPCT - a 3d engine for Java => Support => Topic started by: tom3001 on August 29, 2011, 05:38:06 AM
Title:
How to make a polygon visible from both sides?
Post by:
tom3001
on
August 29, 2011, 05:38:06 AM
I have a mesh, only consisting of single-sided polygons.
Thus, when I load the *.3ds model into JPCT, only one side of the mesh is visible.
Is there an option to make all polygons of that mesh visible from both sides?
Title:
Re: How to make a polygon visible from both sides?
Post by:
EgonOlsen
on
August 29, 2011, 08:10:23 AM
Code
Select
Expand
obj.setCulling(false);
Text only
|
Text with Images