//--------------------------
// example 12
// directional light
 
 
settings(SKY,off)
settings(COORDINATES,off)
settings(AMBIENT,off)
settings(DIRECTIONAL,off)


translate(0,0,0)
texture(matematika/p_fekete.gif,8,8)
box(20, 20, 0.1)

color(#8A2908)
translate( 0,0,4)
sphere(3)

color(#ffffff)
directionallight(-10,0,10,2)