Author Topic: Camera zoom and disappearing objects!  (Read 3095 times)

Offline volpesfuggente

  • byte
  • *
  • Posts: 8
    • View Profile
Camera zoom and disappearing objects!
« on: August 04, 2010, 12:39:21 pm »
Hi!
I'm trying to draw some spherical objects with a radius=100.
I've positionated a camera in front of one sphere and I would zoom out for view more objects, but It don't works as I would. The original sphere gradually disappears. It seem that at some point all object at that distance are cut by a plane...
I must configure the camera, the world or the buffer in some way?






Offline volpesfuggente

  • byte
  • *
  • Posts: 8
    • View Profile
Re: Camera zoom and disappearing objects!
« Reply #1 on: August 04, 2010, 12:42:40 pm »
P.S. I've tryed to increase the Config.maxPolysVisible, but there aren't any changes...




Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Camera zoom and disappearing objects!
« Reply #2 on: August 04, 2010, 12:52:06 pm »

Offline volpesfuggente

  • byte
  • *
  • Posts: 8
    • View Profile
Re: Camera zoom and disappearing objects!
« Reply #3 on: August 04, 2010, 01:04:20 pm »
I've just tried, It works with large values of farPlane. Thanks!