Author Topic: Planes only visible from the upper side?  (Read 2143 times)

Offline Knuffi

  • byte
  • *
  • Posts: 19
    • View Profile
Planes only visible from the upper side?
« 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.

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Planes only visible from the upper side?
« Reply #1 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);

Offline Knuffi

  • byte
  • *
  • Posts: 19
    • View Profile
Re: Planes only visible from the upper side?
« Reply #2 on: April 08, 2012, 08:36:21 pm »
Thanks a lot!