1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3 4<head> 5<title></title> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7</head> 8<body> 9 10The <code>com.jme3.light</code> package contains various lights that can be placed 11in a scene. 12<p> 13There are 3 types of lights currently supported in jMonkeyEngine: 14<ul> 15 <li>Point Light - Point lights emit from a certain location and have a certain influence radius (optional)</li> 16 <li>Directional Light - Directional lights will always appear to emit from a certain direction 17 regardless of an object's position</li> 18 <li>Ambient Light - Ambient lights have no location or direction; 19 they simply emit a constant color that is applied to the entire scene</li> 20</ul> 21 22</body> 23</html> 24