POV-Ray : Newsgroups : povray.newusers : povray and 3D graphs : Re: povray and 3D graphs Server Time
28 Jul 2024 22:22:27 EDT (-0400)
  Re: povray and 3D graphs  
From: Larry Hudson
Date: 20 Apr 2008 19:07:28
Message: <480bccb0$1@news.povray.org>
Alain wrote:
> ...    <snip>
> 
> When I want to show axis, I create an axis object made of 3 long and 
> thin cylinders, completely separated from the rest of the objects of the 
> scene.
> 

And the obvious added comment:  writing this as a #declare'd union makes 
it very easy to display them or not.  eg.

#declare Axes = union {...}

      then use either

object { Axes }       //  To display them
      or
// object { Axes }    //  To hide them

      -=- Larry -=-


Post a reply to this message

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