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

Example Graphics

(low quality jpg-image only)
no_reflection

Example file (no_reflection.pov):

// Persistence Of Vision raytracer version 3.5 sample file.
// Demo scene for the "no_reflection" object modifier

#include "colors.inc"
#include "thingy.inc"

camera {location <100,100,100> direction z*1 look_at <0,0,0>}

plane {y,0 pigment {SteelBlue}}

object {Thingy
scale .4 translate <-40,0,30> pigment {rgb <1,1,.5>}
no_reflection
}

object {Thingy
scale .4 translate <40,0,30> pigment {rgb <1,.5,.5>}
}

plane {z,0 pigment {SteelBlue} finish {reflection {.5}} normal {bumps .02 scale 5}}

text {ttf "cyrvetic","no_reflection !",.05,0 scale 15 rotate <0,-180,0> translate <-10,30,.5> pigment {rgb <1,1,.5>} finish {ambient 1 diffuse 0}}


light_source {<400,500,130> White*2}

© Copyright PD Dr. S. Immel