POV-Ray : Newsgroups : povray.general : objects not rendering because of distances, etc : Re: objects not rendering because of distances, etc Server Time
2 Aug 2024 06:17:11 EDT (-0400)
  Re: objects not rendering because of distances, etc  
From: Slime
Date: 31 Dec 2004 19:10:26
Message: <41d5ea72@news.povray.org>
> This might give you some answers:
>
> http://tag.povray.org/povQandT/languageQandT.html#largescaleproblems

That VFAQ entry could probably benefit from a suggestion or two about
workarounds.

To EagleSun: Specifically, the best solution is probably to greatly scale
down your solar system (aside from the earth) with reference to the camera's
position. So basically, do this:

object {earth ...}

union {
object {sun ...}
object {planet ...}
... more objects ...

translate -cameraPosition
scale smallValue
translate cameraPosition
}

If you don't scale it down *too* much, it will still look extremely similar
(to the point where you can't possibly notice the difference by eye), but
you'll avoid the huge range of values which is causing the problem.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.