diff options
author | Ken Russell <[email protected]> | 2006-07-02 00:44:56 +0000 |
---|---|---|
committer | Ken Russell <[email protected]> | 2006-07-02 00:44:56 +0000 |
commit | 7850215cea7357fbce50f23e914eeabbd3c4d4f2 (patch) | |
tree | a741860241c3d4ef8c89e4b7b36f24811eb85bfd /www/j3d1_5_0 | |
parent | a82f801afb9753431ef83a70c0dfc6d0fe24614b (diff) |
Updated pre-release notes for 1.5.0 to indicate JOGL pipeline is now
feature complete
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@632 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_5_0')
-rw-r--r-- | www/j3d1_5_0/RELEASE-NOTES-pre.html | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/www/j3d1_5_0/RELEASE-NOTES-pre.html b/www/j3d1_5_0/RELEASE-NOTES-pre.html index cca070e..9799348 100644 --- a/www/j3d1_5_0/RELEASE-NOTES-pre.html +++ b/www/j3d1_5_0/RELEASE-NOTES-pre.html @@ -154,21 +154,16 @@ for example: and install it into the JRE along with the Java 3D jar files (or include it in your PATH/CLASSPATH).<br> </p> -<p>Most Java 3D features are implemented in the JOGL pipeline, but -the -following are known to be missing:<br> -</p> -<ul> - <li>Off-screen rendering</li> -</ul> -<p>There may be others missing, as well. Any missing function will -print -out a message of the form:<br> -</p> -<ul> - <code>JoglPipeline.createOffScreenBuffer()</code> -</ul> -<p>We would appreciate feedback on bugs or problems you run into.<br> + +<p>In the forthcoming build 5 and later builds, the JOGL rendering +pipeline should be feature complete, but not all code paths have been +tested. If you encounter problems, or, more specifically, see any +differences in rendering results between the native OpenGL pipeline +and the JOGL pipeline, please either post on the <a +href="http://forums.java.net/jive/forum.jspa?forumID=70">Java 3D +forum</a> or <a +href="https://java3d.dev.java.net/servlets/ProjectIssues">file a +bug</a>. <br> </p> <h3><a name="Improvements_In_1_5_0"></a>Improvements in 1.5.0-build4</h3> <h4>New Features / Enhancements</h4> |