aboutsummaryrefslogtreecommitdiff
path: root/engine/src/core/com/jme3/light/package.html
blob: ac65816099d216383b939afbf02a355d714ce9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>