Author Topic: How to make a polygon visible from both sides?  (Read 1776 times)

Offline tom3001

  • byte
  • *
  • Posts: 9
    • View Profile
How to make a polygon visible from both sides?
« 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?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: How to make a polygon visible from both sides?
« Reply #1 on: August 29, 2011, 08:10:23 am »
Code: [Select]
obj.setCulling(false);