|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
com.jme3.light
package contains various lights that can be placed
in a scene.
See:
Description
Class Summary | |
---|---|
AmbientLight | An ambient light adds a constant color to the scene. |
DirectionalLight | DirectionalLight is a light coming from a certain direction in world space. |
Light | Abstract class for representing a light source. |
LightList | LightList is used internally by Spatial s to manage
lights that are attached to them. |
PointLight | Represents a point light. |
SpotLight | Represents a spot light. |
Enum Summary | |
---|---|
Light.Type | Describes the light type. |
The com.jme3.light
package contains various lights that can be placed
in a scene.
There are 3 types of lights currently supported in jMonkeyEngine:
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |