aboutsummaryrefslogtreecommitdiff
path: root/engine/src/core/com/jme3/light/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/core/com/jme3/light/package.html')
-rw-r--r--engine/src/core/com/jme3/light/package.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/engine/src/core/com/jme3/light/package.html b/engine/src/core/com/jme3/light/package.html
new file mode 100644
index 0000000..ac65816
--- /dev/null
+++ b/engine/src/core/com/jme3/light/package.html
@@ -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>