diff options
author | Kevin Rushforth <[email protected]> | 2005-03-12 00:16:17 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-03-12 00:16:17 +0000 |
commit | 825ca8021d618c12bb088126008ab18b2aea297b (patch) | |
tree | 151a6111ee067f489d8361ad3353949624fa11c8 /www | |
parent | d3d8786b195b5bac13d0a6955d79efba3db5cb06 (diff) |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/j3d1_4/api-changes.html | 28 |
1 files changed, 28 insertions, 0 deletions
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 |