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


Insert Menu Add-on
 Basic Templates
    Ready-made Scenes
    Basic Shapes round
    Basic Shapes angular
    Shapes 2
    shapes_lo.inc
    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 and Quartic
    Parametric Surfaces
    While Loops, For Loops
    sphere_sweep, Spline curves
    Random
    Shearing and transform
    Colors in textures
    Textures and Materials
    Lights, skies, fogs, rainbow
    Radiosity and Photons
    Own include files
    Math functions
    Analytical Geometry
    General statements
    Animation
    ___________________
     
                                                     

default finish:
#default{ finish{ ambient 0.1 diffuse 0.9 }}  
default finish
#if ( version < 3.7 ) global_settings{ assumed_gamma 1.0 } #end  
#default{ finish{ ambient 0.1 diffuse 0.9 }}
default finish versions 3.6.2 / 3.7

max_trace_level:
global_settings { max_trace_level 10 }//(1...256) [default = 5]   
max_trace_level 10

Noise generators:
global_settings {  noise_generator 1 }   
noise_generator 1
global_settings {  noise_generator 2 }   
noise_generator 2
global_settings {  noise_generator 1 }   
noise_generator 3
top

© Friedrich A. Lohmüller, 2010
homepage:www.f-lohmueller.de