diff options
author | Kevin Rushforth <[email protected]> | 2005-10-26 21:56:40 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-10-26 21:56:40 +0000 |
commit | fa2bb8e89d549471f52b53acebd83f75c10c6aaa (patch) | |
tree | 23422c79d1cec8144825b8500be3f4a5741c0690 /src/classes/share/com/sun/j3d/loaders | |
parent | 3f8aaf3394f9eae3fc084e71c362dfc998d6f3e2 (diff) |
Added package descriptions for all public packages
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@84 9497e636-51bd-65ba-982d-a4982e1767a5
Diffstat (limited to 'src/classes/share/com/sun/j3d/loaders')
3 files changed, 33 insertions, 0 deletions
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/package.html b/src/classes/share/com/sun/j3d/loaders/lw3d/package.html new file mode 100644 index 0000000..e87c100 --- /dev/null +++ b/src/classes/share/com/sun/j3d/loaders/lw3d/package.html @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> + <title>com.sun.j3d.loaders.lw3d</title> +</head> +<body> +<p>Provides a Java 3D loader for Lightwave 3D scene files.</p> +</body> +</html> diff --git a/src/classes/share/com/sun/j3d/loaders/objectfile/package.html b/src/classes/share/com/sun/j3d/loaders/objectfile/package.html new file mode 100644 index 0000000..1171815 --- /dev/null +++ b/src/classes/share/com/sun/j3d/loaders/objectfile/package.html @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> + <title>com.sun.j3d.loaders.objectfile</title> +</head> +<body> +<p>Provides a Java 3D loader for Wavefront .obj files.</p> +</body> +</html> diff --git a/src/classes/share/com/sun/j3d/loaders/package.html b/src/classes/share/com/sun/j3d/loaders/package.html new file mode 100644 index 0000000..6b38d00 --- /dev/null +++ b/src/classes/share/com/sun/j3d/loaders/package.html @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> + <title>com.sun.j3d.loaders</title> +</head> +<body> +<p>Provides interfaces and abstract classes for writing Java 3D loaders.</p> +</body> +</html> |