POV-Ray : Newsgroups : povray.general : I was disappointed with six lines : Re: I was disappointed with six lines Server Time
7 Aug 2024 23:22:17 EDT (-0400)
  Re: I was disappointed with six lines  
From: Nekar Xenos
Date: 7 May 2001 10:49:12
Message: <3af6b5e8@news.povray.org>
> and becouse of megapov declaration you can use shortcuts for #local of
course

What are those?

Nekar


--
#version unofficial MegaPov.7;#local Q=seed(7);#local B=<-2,2,5>;#local
E=<2,-
2,5>;#while(vlength(B-E)>.1)#local S=B;#local B=B+<rand(Q),rand(Q),rand(Q)
>/20;#local
B=B-2*(B-S)*(vlength(B-E)>vlength(S-E));glow{radius.07location<B.y
,-B.x,B.z>size.1}glow{radius.07size.1location B}#end// Nekar Xenos


Post a reply to this message

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