POV-Ray : Newsgroups : povray.beta-test : still loop bug? : Re: still loop bug? Server Time
30 Jul 2024 18:11:40 EDT (-0400)
  Re: still loop bug?  
From: Elias Pschernig
Date: 10 Oct 2001 13:16:59
Message: <3bc4828b@news.povray.org>
> > Where can I get this file? I could only find the waveform.bmp, but no
> > .pov for it.
> > 
> 
> It's named 'Attributes.pov' in the Insert Menu directory.
> 

Many thanks. By looking at the code there, I think I found out how to get it
working. In my modified version I was using the wrong syntax for storing the
function in the array..

-- 
#macro C(X,Y)cylinder{X*x<X,0,-Y/2>.1}#end#macro U(R,X,Y)intersection{torus{.9
.1}box{-1 0rotate y*R*90}translate<X,0,Y>scale 1-z*.5}#end union{U(0,0,0)U(1,0
,0)U(2,-1,-1)U(1,1,0)U(1,1.5,-3)U(1,2,0)U(3,1,0)U(2,2,0)U(0,3,0)U(3,2,.5)C(.1,
2)C(.8,1)C(.8,-1)C(1.1,1)C(1.9,-1)pigment{rgb 10}rotate x*90translate<-1,0,4>}


Post a reply to this message

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