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

ifdef example

top previous next

  #ifdef (SphereFlake_Shape)
    // This section is  parsed if SphereFlake_Shape is declared
  #else
    // This section is  parsed if SphereFlake_Shape is NOT declared
    #declare SphereFlake_Shape = sphere {0,1} // make a default shape
  #end // End of conditional part