com.jme3.light.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme3-core Show documentation
Show all versions of jme3-core Show documentation
jMonkeyEngine is a 3-D game engine for adventurous Java developers
The newest version!
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:
- Point Light - Point lights emit from a certain location and have a certain influence radius (optional)
- Directional Light - Directional lights will always appear to emit from a certain direction
regardless of an object's position
- Ambient Light - Ambient lights have no location or direction;
they simply emit a constant color that is applied to the entire scene
© 2015 - 2024 Weber Informatics LLC | Privacy Policy