Package com.jme3.light

The 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 Spatials 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.
 

Package com.jme3.light Description

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: