// The celtix symbol "triquedra", well known by the TV series "Charmed", in 3D. // Created with help by Moray for Windows 3.5 // $Id: triquetra.pov,v 1.2 2005/04/03 10:42:52 Volker Exp $ #include "colors.inc" #include "stones.inc" #include "metals.inc" #include "triquetra.inc" global_settings { assumed_gamma 1.6} camera { location <0.0, 0.5, -4.0> direction 1.5*z right x*image_width/image_height look_at <0.0, 0.0, 0.0> } light_source { <0, 0, 0> // light's position (translated below) color rgb <1, 1, 1> // light's color translate <30, 30, -30> } background { color rgb <1,1,1> } object { Triquetra texture { pigment { color rgb <0.658824, 0.658824, 0.658824> } finish { ambient 0.3 brilliance 8.0 phong 1.0 phong_size 10.0 reflection { 0.2 , 0.2 fresnel off falloff 1.0 exponent 1.0 metallic 0.0 } } } }