// 05-plane01.pov
#include "colors.inc"#include "shapes.inc"#include "skies.inc"#include "textures.inc"#include "Woods.inc"#include "stones.inc"#include "glass.inc"#include "metals.inc " camera{ location <0.0, 1.0, -4.0> look_at <0.0, 0.0, 0.0>}
light_source { <5.0,5.0,-5.0> color rgb <1.0, 1.0, 1.0>}
sky_sphere { S_Cloud2}
plane { <0, 1, 0>, -1 pigment { color Goldenrod } normal { wrinkles 3 scale 1.0 turbulence 0.5 }}
sphere { <0, 0, 0> 1.0 pigment{ color Red } rotate <0,-90,0>}