// Persistence of Vision Ray Tracer Scene Description File // File: test.pov // Vers: 3.6 // Desc: Test scene // Date: 24-2-2004 // Auth: Nicolas Alvarez #include "debug.inc" Debug_Inc_Stack() #include "colors.inc" #include "l_macros.inc" global_settings { max_trace_level 5 } camera { location < 10.0, 20.0, -14.0>*2 look_at 0 angle 50 } light_source { <-100, 214, -204> color Gray90 } light_source { <206, 154, -124> color Gray70 } light_source { <10, 3, -30> color Gray40 } plane { y, -(Brk+1e-6) texture { pigment { checker color Gray10 color Gray80 scale Brk } } } #include "pyramid.inc" /* loadPart(array[1]{"6216"}) object { p6216 pigment { color Blue } } */