From 825ca8021d618c12bb088126008ab18b2aea297b Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Sat, 12 Mar 2005 00:16:17 +0000 Subject: Bring web page in sync with 1.4 API changes list git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@157 ba19aa83-45c5-6ac9-afd3-db810772062c --- www/j3d1_4/api-changes.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/www/j3d1_4/api-changes.html b/www/j3d1_4/api-changes.html index 892c550..54ab8c7 100644 --- a/www/j3d1_4/api-changes.html +++ b/www/j3d1_4/api-changes.html @@ -56,6 +56,34 @@ I. New/deprecated fields, constructors, methods public String getName() + GeometryArray (incomplete list) + ------------- + New fields: + public static final int ALLOW_VERTEX_ATTR_READ + public static final int ALLOW_VERTEX_ATTR_WRITE + public static final int VERTEX_ATTRIBUTES + + New constructors: + public GeometryArray(int vertexCount, + int vertexFormat, + int texCoordSetCount, + int[] texCoordSetMap, + int vertexAttrCount, + int[] vertexAttrFormats, + String[] vertexAttrNames) + + New methods: + public int getVertexAttrCount() + public void getVertexAttrFormats(int[] vertexAttrFormats) + public void getVertexAttrNames(String[] vertexAttrNames) + + + Node + ---- + New fields: + public static final int ALLOW_PARENT_READ + + II. Reparented classes NONE -- cgit v1.2.3