git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7585 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
84f32a2566
commit
6b96a6f282
@ -0,0 +1,23 @@ |
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
||||
<html> |
||||
|
||||
<head> |
||||
<title></title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
||||
</head> |
||||
<body> |
||||
|
||||
The <code>com.jme3.light</code> package contains various lights that can be placed |
||||
in a scene. |
||||
<p> |
||||
There are 3 types of lights currently supported in jMonkeyEngine: |
||||
<ul> |
||||
<li>Point Light - Point lights emit from a certain location and have a certain influence radius (optional)</li> |
||||
<li>Directional Light - Directional lights will always appear to emit from a certain direction |
||||
regardless of an object's position</li> |
||||
<li>Ambient Light - Ambient lights have no location or direction; |
||||
they simply emit a constant color that is applied to the entire scene</li> |
||||
</ul> |
||||
|
||||
</body> |
||||
</html> |
Loading…
Reference in new issue