com.jme3.light
クラス AmbientLight

java.lang.Object
  上位を拡張 com.jme3.light.Light
      上位を拡張 com.jme3.light.AmbientLight
すべての実装されたインタフェース:
Savable, java.lang.Cloneable

public class AmbientLight
extends Light

An ambient light adds a constant color to the scene.

Ambient lights are uneffected by the surface normal, and are constant regardless of the model's location. The material's ambient color is multiplied by the ambient light color to get the final ambient color of an object.


入れ子のクラスの概要
 
クラス com.jme3.light.Light から継承された入れ子のクラス/インタフェース
Light.Type
 
コンストラクタの概要
AmbientLight()
           
 
メソッドの概要
 void computeLastDistance(Spatial owner)
          Used internally to compute the last distance value.
 Light.Type getType()
          Returns the light type
 
クラス com.jme3.light.Light から継承されたメソッド
clone, getColor, getName, read, setColor, setName, write
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AmbientLight

public AmbientLight()
メソッドの詳細

computeLastDistance

public void computeLastDistance(Spatial owner)
クラス Light の記述:
Used internally to compute the last distance value.


getType

public Light.Type getType()
クラス Light の記述:
Returns the light type

定義:
クラス Light 内の getType
戻り値:
the light type
関連項目:
Light.Type