summaryrefslogtreecommitdiffstats
path: root/src/net/java/joglutils/msg/elements/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/joglutils/msg/elements/package.html')
-rw-r--r--src/net/java/joglutils/msg/elements/package.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/net/java/joglutils/msg/elements/package.html b/src/net/java/joglutils/msg/elements/package.html
new file mode 100644
index 0000000..870e605
--- /dev/null
+++ b/src/net/java/joglutils/msg/elements/package.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<body>
+
+Elements of the global state affected by actions' traversal of
+nodes. Only developers of the library will typically have to interact
+with the classes in this package.
+
+<P>
+
+In similar fashion to Open Inventor, each element in this package is
+typically partitioned into two classes, one which holds the storage
+for the element and one which implements the OpenGL side-effects. This
+organization allows certain actions to traverse the scene graph
+without requiring an OpenGL context to be current.
+
+</body>
+</html>