環境設定

 カメラや光源の位置などを指定します。
 //**********************************************************************************
  global_settings { max_trace_level 5 }
  camera { angle 60 location -500*z look_at 0 }
  light_source { < 300, 0, -1000 > color rgb 0.5 }
  light_source { < 0, 400, -1000 > color rgb 0.5 }
  light_source { < 300, 400, -1000 > color rgb 1.0
    spotlight
    radius 20
    falloff 30
    tightness 10
    area_light < 5, 0, 0 >, < 0, 0, 5 >, 5, 5
    adaptive 1
    jitter
    point_at < 0, 0, 0 >
   }
 //**********************************************************************************