Insert Menu Add-on for POV-Ray - by Friedrich A.Lohmueller
Directives


Insert Menu Add-on
  Basic Templates
    Ready-made Scenes
    Basic Shapes round
    Basic Shapes angular
    Shapes 2
    Shapes 3
    shapes_lo2
    Blob and Fractal
    3D text shapes
    height_field, HF_macros
    Mesh and Non-CSG shapes
    Isosurfaces basic functions
    Isosurfaces function.inc
    Isosurfaces by patterns
    Polynomial, Cubic, Quartic
    Parametric Surfaces
    Meshes by meshmaker.inc
    While Loops, For Loops
    sphere_sweep, Spline curves
    Random
    CSG, Shape modifiers
    Shearing and transform
    Colors in textures
    Textures and Materials
      Skies_and_Clouds
      Stones and Granits
      Woods
      Metals
      Mirrors and Glasses
      Normal Examples
      tiling patterns
      pavement patterns
    Lights, skies, fogs, rainbow
    Cameras
    Radiosity and Photons
    Own include files
    Math functions
    Analytical Geometry
 > Directives
    Expressions
    General statements
    Animation
    ___________________
     
                                                     

#declare
#declare Start = 0;
#local
#local N = N + 1;
#macro
#macro MyObject =  ...;
#default
#default{ finish{ ambient 0.1 diffuse 0.9 }}
#if
#if ( Expression ) ... #end
#if - an example
#if(N<10) ... #else ... #end
#switch
#switch(expr) #case(expr) ... #break #else ... #end
#switch - an example
#switch(N) #case(1) ... #break #case(2) ... #break #else ... #end
#ifdef
#ifdef(MyColor) ... #else ... #end
#ifdef - an example
#ifdef(R) ... #else ... #end
#undef
#undef MyColor
#ifndef
#ifndef(Wall_Color) #declare Wall_Color= ... #end
messages - debug - warning
#debug "..."
#version
#version 3.7;
top

© Friedrich A. Lohmüller, 2013
homepage:http://www.f-lohmueller.de