www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Knuffi on April 08, 2012, 07:27:00 PM

Title: Planes only visible from the upper side?
Post by: Knuffi on April 08, 2012, 07:27:00 PM
Are planes in wireframe view only visible from the upper side? When I move my camera blow a plane, it disappears.
Title: Re: Planes only visible from the upper side?
Post by: Thomas. on April 08, 2012, 08:29:23 PM
If you want plane visible from both side, you have to set Object3D.setCulling(Object3D.CULLING_DISABLED);
Title: Re: Planes only visible from the upper side?
Post by: Knuffi on April 08, 2012, 08:36:21 PM
Thanks a lot!