diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index ac41c06..8cd9556 100644 --- a/www/index.html +++ b/www/index.html @@ -1,27 +1,26 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>Java 3D Example Programs</title> + <title>3D Example Programs</title> </head> <body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"> <p>This project contains the source code -for the Java 3D<sup><font size="-2">TM</font></sup> example -programs. +for the 3D example programs. </p> <p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a> -(the core Java 3D API), +(the core 3D package), <a href="https://j3d-core-utils.dev.java.net/"> </a><a href="https://vecmath.dev.java.net/">vecmath</a> (the 3D vector math package), and <a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> -(the Java 3D core utilities). Developers should refer to the <a +(the 3D core utilities). Developers should refer to the <a href="build-instr.html">CVS download and build instructions</a> for information on downloading the source code and building j3d-examples. </p> <p><strong><em>For all other project -information, including contributing to Java 3D and reporting +information, including contributing to the 3D projects and reporting issues, please go to the parent <a href="https://java3d.dev.java.net/">java3d</a> project.</em></strong></p> @@ -31,8 +30,7 @@ to file or track issues. Please use the <a in the parent java3d project to track issues (bugs, feature requests, etc.) for -Java 3D-related -sub-projects.<br> +j3d-examples and other 3D sub-projects.<br> </p> <p><br> </p> |