|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chuck
Just like in real life, put them a long way away.
Hope this helps, but sometimes when you're bogged down in code
you miss the obvious answer.
Steve
Chuck Roberts wrote:
>
> I want to do an animation where I fly past the planets. How do I
make a
> background of stars, where the stars won't move while I fly along
the
> positive Z axis?
That intervention of Steve reminded me of a question to which I've
never found an answer in my reading of the docs, web tutorial or the
prose of the good POVists people, here or at nzn.fr.3D.pov. What are
the largest and the smallest number to use in a location vector ?
Jean
--
Jean Montambeault
Montreal, Canada
http://pages.infinit.net/copeau
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This question has been fielded before, I don't remember the correct
answer, but I know it's not a 32bit number, I suggested this and it was
quickly proven wrong. That doesn't help, I know.
Graham Redway.
-----------------------------------------------
"The chances of anything coming from Mars are a million too one, he
said."
Jean Montambeault wrote:
> That intervention of Steve reminded me of a question to which I've
> never found an answer in my reading of the docs, web tutorial or the
> prose of the good POVists people, here or at nzn.fr.3D.pov. What are
> the largest and the smallest number to use in a location vector ?
>
> Jean
>
> --
> Jean Montambeault
> Montreal, Canada
> http://pages.infinit.net/copeau
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 29 Aug 1999 14:28:39 -0400, Jean Montambeault wrote:
> That intervention of Steve reminded me of a question to which I've
>never found an answer in my reading of the docs, web tutorial or the
>prose of the good POVists people, here or at nzn.fr.3D.pov. What are
>the largest and the smallest number to use in a location vector ?
From frame.h:
There are some other limits around there too. If a bounding
box is larger than 1e6 in any direction, for example, it is
treated as infinite.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ron Parker <par### [at] fwicom> wrote:
: If a bounding
: box is larger than 1e6 in any direction, for example, it is
: treated as infinite.
Infinite in that direction or in every direction?
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 30 Aug 1999 11:30:03 -0400, Nieminen Juha wrote:
>Ron Parker <par### [at] fwicom> wrote:
>: If a bounding
>: box is larger than 1e6 in any direction, for example, it is
>: treated as infinite.
>
> Infinite in that direction or in every direction?
In all directions, but apparently only for CSGs and quadrics.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|