From 3c57fc22891be1de7f5603e1acd68feae3f81416 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 4 Apr 2005 22:54:33 +0000 Subject: HTML updates git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@196 ba19aa83-45c5-6ac9-afd3-db810772062c --- www/j3d1_4/api-changes.html | 17 +++++++++++++++++ www/j3d1_4/proposed-changes.html | 7 +++++-- 2 files changed, 22 insertions(+), 2 deletions(-) (limited to 'www/j3d1_4') diff --git a/www/j3d1_4/api-changes.html b/www/j3d1_4/api-changes.html index 0a88c60..ba9252a 100644 --- a/www/j3d1_4/api-changes.html +++ b/www/j3d1_4/api-changes.html @@ -82,6 +82,17 @@ I. New/deprecated fields, constructors, methods ---- New fields: public static final int ALLOW_PARENT_READ + public static final int ALLOW_LOCALE_READ + + New methods: + public Locale getLocale() + + + VirtualUniverse + --------------- + New methods: + public void addGraphStructureChangeListener(GraphStructureChangeListener listener) + public void removeGraphStructureChangeListener(GraphStructureChangeListener listener) Sensor @@ -176,11 +187,17 @@ III. New classes and interfaces (in javax.media.j3d) ----------------- public class GLSLShaderProgram extends ShaderProgram + GraphStructureChangeListener + ---------------------------- + public interface GraphStructureChangeListener + IV. Deprecated classes and interfaces (in javax.media.j3d) CompressedGeometry CompressedGeometryHeader + PickPoint + Morph

Page last updated — $Date$ diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index 607218a..f897a85 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -50,8 +50,11 @@ capability bit in Node class that will allow getParent() to be called on live/compiled scene graph -

  • Ability to get the locale from a live node: add public getLocale() -method and ALLOW_LOCALE_READ capability bit to Node +
  • Ability to get the locale from a live node: add public getLocale() +method and ALLOW_LOCALE_READ +capability bit to Node class
  • Additional blending functions, for example: BLEND_SRC_COLOR, -- cgit v1.2.3