POV-Ray Insert Menu
mady by Christoph Hormann
http://www.imagico.de/

macro

top previous next

// macros can have parameters and are useful for 'programming' scenes
#macro Spheres(A, B, C)
  sphere { A, C }
  sphere { B, C }
#end

// this macro can be called for example with
union { Spheres(x2*x0.5}