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

Example Graphics

(low quality jpg-image only)
hexagon

Example file (hexagon.pov):

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


global_settings { assumed_gamma 2.2 }

#include "colors.inc"

#declare T1=
texture{
pigment{
hexagon
scale 0.24
}
}

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

#include "pignorm.inc"

© Copyright PD Dr. S. Immel