Re: [Plib-users] Newbie question
Brought to you by:
sjbaker
From: Marco B. <F1...@so...> - 2002-10-11 11:17:04
|
Steve Baker wrote: > > I don't understand why you need any kind of special handling. > > Just set the far clip plane out to a gazillion miles and draw > sun and planets as appropriately sized spheres at the right > distance. So long as the eyepoint doesn't ever get too far > from the origin relative to the sizes of the objects that you > are actually interacting with, all should be well. > Hi Steve! Sure, changing the far plane was my first idea, but in that way all the objects would not be culled (by the far plane) anymore! Isn't it? So, if I have 100 spaceships around the solar system, I should see all of them... always. I think this is not much optimized :). Am I wrong? Thanks for the quick reply. Bye Bye Marco |