POV-Ray : Newsgroups : povray.programming : this : Re: this Server Time
28 Jul 2024 16:15:31 EDT (-0400)
  Re: this  
From: Thorsten Froehlich
Date: 25 Jun 2002 18:37:31
Message: <3d18f0ab$1@news.povray.org>
In article <Xns### [at] 204213191226> , "Rafal 'Raf256' 
Maj" <raf### [at] raf256com> wrote:

> and if I use some
>
> #macro fun(obj)
>   (max_extent(obj)+min_extent(obj)+sin(....)+....)
> #end
>
> instead of just max_extent ?

You would do

 #macro fun(obj)
   (obj.max_extent+obj.min_extent+sin(....)+....)
 #end

instead.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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