TUD Organische ChemieImmelGraphicsPovray 3.5gradientView or Print this frame onlyView or Print (this frame only)

Example Graphics

(low quality jpg-image only)
gradient

Example file (gradient.pov):

// Persistence Of Vision raytracer version 3.5 sample file.
// Gradient pattern example


global_settings { assumed_gamma 2.2 }

#include "colors.inc"

#declare T1=
texture{
pigment{
gradient x color_map{[0.0 Black][1.0 White]}
scale 0.24
}
}

#declare T2=
texture{
pigment{White}
normal{
gradient x, 0.6
scale 0.24
}
finish{phong 0.8 phong_size 200}
}

#include "pignorm.inc"

© Copyright PD Dr. S. Immel