環境設定

 カメラと光源の位置などを指定します。
 //**********************************************************************************
  camera { angle 40 location -10.2*z look_at 0 }
  light_source { < 15, 80,-200 > , color rgb 0.65 }
  light_source { < 0, 90,-300 > , color rgb 0.7 }
  light_source { < 45, 50, 900 > , color rgb < 1, 1, 0 >*0.85 }
 //**********************************************************************************