POV-Ray : Newsgroups : povray.general : I was disappointed with six lines : Re: I was disappointed with six lines Server Time
8 Aug 2024 06:15:59 EDT (-0400)
  Re: I was disappointed with six lines  
From: Nekar Xenos
Date: 8 May 2001 09:22:39
Message: <3af7f31f@news.povray.org>
>vlength(S-E)?B:2*S-B);
>sphere{<B.y,-B.x,B.z>,.1,1}

I don't understand the use of '?' and 'B.y'

Could you maybe explain it to me?

> perhaps your problem with splitted lines depends on default line length in
your
> Outlook - but it is rather off topic

That's OK, I've sorted it out.

Thanks for all your help :)

Nekar


--
#local Q=seed(7);#local B=<-2,2,5>;#local E=<2,-2,5>;blob{threshold 1#while((E
-B).x>.1)#local S=B;#local B=B+<rand(Q),rand(Q),rand(Q)>/20;#local B=(vlength(
B-E)<vlength(S-E)?B:2*S-B);sphere{<B.y,-B.x,B.z>,.1,1}sphere{B,.1,1}#end
pigment{rgb<8,16,24>}}// nekar Xenos


Post a reply to this message

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