TUD Organische ChemieImmelGraphicsPovray 3.1caustic1View or Print this frame onlyView or Print (this frame only)

Example Graphics

(low quality jpg-image only)
.*

Example file (caustic1.pov):

#include "colors.inc"
#include "textures.inc"

camera {
location <0, 15, -40>
look_at <-2, 0, 1>
angle 10
}

light_source { <10, 20, 10> color White }

// lay down a boring floor to view the shadow against

plane { y, 0
pigment { Grey }
}

// here's something to have caustics property applied

sphere { <0, 3, 0>, 2
texture {
Glass3
finish { caustics .6 }
}
}

© Copyright PD Dr. S. Immel