|
||||||||||
前 次 | フレームあり フレームなし |
Light を使用しているパッケージ | |
---|---|
com.jme3.light | The com.jme3.light package contains various lights that can be placed
in a scene. |
com.jme3.scene | The com.jme3.input package contains the scene graph implementation
in jMonkeyEngine. |
com.jme3.scene.control | The com.jme3.control package provides
controls . |
com.jme3.shadow |
com.jme3.light での Light の使用 |
---|
com.jme3.light での Light のサブクラス | |
---|---|
class |
AmbientLight
An ambient light adds a constant color to the scene. |
class |
DirectionalLight
DirectionalLight is a light coming from a certain direction in world space. |
class |
PointLight
Represents a point light. |
class |
SpotLight
Represents a spot light. |
Light を返す com.jme3.light のメソッド | |
---|---|
Light |
Light.clone()
|
Light |
LightList.get(int num)
|
Light 型の引数を持つ型を返す com.jme3.light のメソッド | |
---|---|
java.util.Iterator<Light> |
LightList.iterator()
Returns an iterator that can be used to iterate over this LightList. |
Light 型のパラメータを持つ com.jme3.light のメソッド | |
---|---|
void |
LightList.add(Light l)
Adds a light to the list. |
void |
LightList.remove(Light l)
Removes the given light from the LightList. |
com.jme3.scene での Light の使用 |
---|
Light を返す com.jme3.scene のメソッド | |
---|---|
Light |
LightNode.getCamera()
|
Light 型のパラメータを持つ com.jme3.scene のメソッド | |
---|---|
void |
Spatial.addLight(Light light)
addLight adds the given light to the Spatial; causing
all child Spatials to be effected by it. |
void |
Spatial.removeLight(Light light)
removeLight removes the given light from the Spatial. |
void |
LightNode.setCamera(Light light)
|
Light 型のパラメータを持つ com.jme3.scene のコンストラクタ | |
---|---|
LightNode(java.lang.String name,
Light light)
|
com.jme3.scene.control での Light の使用 |
---|
Light を返す com.jme3.scene.control のメソッド | |
---|---|
Light |
LightControl.getLight()
|
Light 型のパラメータを持つ com.jme3.scene.control のメソッド | |
---|---|
void |
LightControl.setLight(Light light)
|
Light 型のパラメータを持つ com.jme3.scene.control のコンストラクタ | |
---|---|
LightControl(Light light)
|
|
LightControl(Light light,
LightControl.ControlDirection controlDir)
|
com.jme3.shadow での Light の使用 |
---|
Light 型のパラメータを持つ com.jme3.shadow のコンストラクタ | |
---|---|
ShadowCamera(Light target)
|
|
||||||||||
前 次 | フレームあり フレームなし |