Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2016-0-4 21:23

Class enchant.gl.AmbientLight

Class Summary
Constructor Attributes Constructor Name and Description
 
3Dシーンでの光源を設定するクラス.
Fields borrowed from class enchant.gl.Light3D:
color

Class Detail

enchant.gl.AmbientLight()
3Dシーンでの光源を設定するクラス. 環境光を設定する.
  var scene = new Scene3D();
  var light = new AmbientLight();
  light.color = [1.0, 1.0, 0.0];
  light.directionY = 10;
  scene.setAmbientLight(light);