From 5db098d8e0968bf2fd2fb14bfc1baeda1c02734a Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Tue, 31 May 2005 17:38:07 +0000 Subject: Update list of completed features git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@297 ba19aa83-45c5-6ac9-afd3-db810772062c --- www/j3d1_4/proposed-changes.html | 13 ++++--------- 1 file 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: ALWAYS, NEVER, EQUAL, NOT_EQUAL, LESS, LESS_OR_EQUAL, GREATER, GREATER_OR_EQUAL. The default value is LESS_OR_EQUAL for backward compatibility. +
  • Method to retrieve the geometry data from the tessellation +of a glyph in a 3D font: a public GeometryArray getGlyphGeometry(char glyphCode) +method in the Font3D class
  • This is a list of features that we propose to deprecate1 in @@ -119,15 +123,6 @@ feature will not happen without an someone from the community volunteering -to drive it. -

  • Method to retrieve the geometry data from the tessellation -of a -glyph in a 3D font: a -public GeometryArray getGlyphGeometry(int glyphCode) -method in the Font3D class. Note: this feature will not -happen -without an someone from the community volunteering to drive it.
  • -- cgit v1.2.3