POV-Ray : Newsgroups : povray.general : Question About Macros : Question About Macros Server Time
10 Aug 2024 23:23:15 EDT (-0400)
  Question About Macros  
From: Andrea Ryan
Date: 13 Oct 1999 21:38:21
Message: <38053304.19DD3256@global2000.net>
Is it a good idea to include transformations in macros like:

#macro MakeBall (translatex, translatey, translatez, scalex, scaley,
scalez, radius)
sphere { <translatex, translatey, translatez>,radius
scale <scalex, scaley, scalez>
texture {...}
}
#end

or let others add object statements and transformations?
Brendan Ryan


Post a reply to this message

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