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.
クラス 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