POV-Ray : Newsgroups : povray.general : Trace(): Extracting the Z Variable : Re: Trace(): Extracting the Z Variable Server Time
1 Aug 2024 02:18:32 EDT (-0400)
  Re: Trace(): Extracting the Z Variable  
From: Mike Williams
Date: 19 May 2006 21:56:51
Message: <dgik3FAYdnbEFwiw@econym.demon.co.uk>
Wasn't it Sven Littkowski who wrote:
>Greetings Folks!
>
>How can I extract, let's say, just the Z variable from the trace coordinates 
>(which contains < x, y, z >)?

#declare P = trace( ... );

Then use P.z

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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