POV-Ray : Newsgroups : povray.general : Maximum possible extents for POV-Ray scene coordinates? : Re: Maximum possible extents for POV-Ray scene coordinates? Server Time
5 Aug 2024 00:20:20 EDT (-0400)
  Re: Maximum possible extents for POV-Ray scene coordinates?  
From: Greg M  Johnson
Date: 10 Jan 2003 12:41:01
Message: <3e1f05ad$1@news.povray.org>
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3e1c8912@news.povray.org...
> But assume practical limits to be at 1.000.000
>

//--run this code:--//

union{
        #declare toothblob=blob{threshold 0.7 cylinder{0,y,1,1 }pigment{rgb
1} finish{ambient 1}}

        object{toothblob scale 1e6 translate <-1e6,1,1.03e7> }
        object{toothblob scale 1e6 translate < 1e6,1,1.04e7> }
}


Post a reply to this message

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