POV-Ray : Newsgroups : povray.binaries.images : old POV image, PShop enhanced : Re: old POV image, PShop enhanced Server Time
19 Aug 2024 20:10:19 EDT (-0400)
  Re: old POV image, PShop enhanced  
From: Matt Giwer
Date: 16 Oct 2000 16:31:46
Message: <39EB65BB.5C2C4CC0@ij.net>
ian mcdonald wrote:
> 
> That is rather nice.
> Did you generate the torii manually or with a while loop and sin()?
> 
> Matt Giwer <jul### [at] ijnet> wrote in message

	Three by hand, trial and error, and that group looped. 

#declare i=0; 
#while (i<10)
torus
{
  5+1*i, .5 translate<0,50-10*i,0>
  texture {pigment {color White} finish{specular 1 ambient .3 phong 2}}
}
torus
{
  5+.75*i, .75 translate<0,50-10*i-3,0>
  texture {pigment {color White} finish{specular 1 ambient .3 phong 2}}
}
torus
{
  5+.5*i, .5 translate<0,50-10*i-6,0>
  texture {pigment {color White} finish{specular 1 ambient .3 phong 2}}
}

#declare i=i+1;
#end


-- 
Talk about establishment of religion it is by case law a fact
that only the US government can speak for god. Religion has 
been established by political persuasion. 
	-- The Iron Webmaster, 168


Post a reply to this message

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