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

Example Graphics

(low quality jpg-image only)
leopard

Example file (leopard.pov):

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


global_settings { assumed_gamma 2.2 }

#include "colors.inc"

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

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

#include "pignorm.inc"

© Copyright PD Dr. S. Immel