diff options
author | Kevin Rushforth <[email protected]> | 2005-05-31 17:38:07 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-05-31 17:38:07 +0000 |
commit | 5db098d8e0968bf2fd2fb14bfc1baeda1c02734a (patch) | |
tree | 3a91f1e2c9a167b236165796e9a231176e2580ee /www/j3d1_4 | |
parent | dd609edf58523fa8f0638ede1c11c7494e9d877f (diff) |
Update list of completed features
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@297 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4')
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index a0d33fd..336f585 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -78,6 +78,10 @@ methods that takes as values one of: <code>ALWAYS, NEVER, EQUAL, NOT_EQUAL, LESS, LESS_OR_EQUAL, GREATER, GREATER_OR_EQUAL</code>. The default value is <code>LESS_OR_EQUAL</code> for backward compatibility.</li> + <li>Method to retrieve the geometry data from the tessellation +of a glyph in a 3D font: a public <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/Font3D.html#getGlyphGeometry%28char%29"><code>GeometryArray getGlyphGeometry(char glyphCode)</code></a> +method in the <code>Font3D</code> class</li> </ul> <p>This is a list of features that we propose to <a href="#Footnote_1">deprecate<sup>1</sup></a> in @@ -120,15 +124,6 @@ will not happen without an someone from the community volunteering to drive it.</span></li> - <li>Method to retrieve the geometry data from the tessellation -of a -glyph in a 3D font: a -public <code>GeometryArray getGlyphGeometry(</code><code>int glyphCode</code><code>)</code> -method in the <code>Font3D</code> class. <span - style="color: rgb(204, 0, 0);">Note: this feature will not -happen -without an someone from the community volunteering -to drive it.</span></li> </ul> <span style="color: rgb(204, 0, 0);"></span> <ul> |