From ba7da9b7464c0d81d8f1b0f7ea89555e28b1c1ba Mon Sep 17 00:00:00 2001 From: eteq Date: Thu, 18 Jan 2007 04:07:44 +0000 Subject: reorganized build, made some webstart changes git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@33 83d24430-9974-4f80-8418-2cc3294053b9 --- .../javadoc/net/java/joglutils/ThreeDS/Chunk.html | 293 ++++++++++++++ build/javadoc/net/java/joglutils/ThreeDS/Face.html | 275 +++++++++++++ .../net/java/joglutils/ThreeDS/Loader3DS.html | 251 ++++++++++++ .../net/java/joglutils/ThreeDS/Material.html | 383 ++++++++++++++++++ .../net/java/joglutils/ThreeDS/Model3DS.html | 438 +++++++++++++++++++++ build/javadoc/net/java/joglutils/ThreeDS/Obj.html | 437 ++++++++++++++++++++ build/javadoc/net/java/joglutils/ThreeDS/Vec3.html | 325 +++++++++++++++ .../java/joglutils/ThreeDS/class-use/Chunk.html | 140 +++++++ .../net/java/joglutils/ThreeDS/class-use/Face.html | 176 +++++++++ .../joglutils/ThreeDS/class-use/Loader3DS.html | 176 +++++++++ .../java/joglutils/ThreeDS/class-use/Material.html | 208 ++++++++++ .../java/joglutils/ThreeDS/class-use/Model3DS.html | 206 ++++++++++ .../net/java/joglutils/ThreeDS/class-use/Obj.html | 208 ++++++++++ .../net/java/joglutils/ThreeDS/class-use/Vec3.html | 206 ++++++++++ .../net/java/joglutils/ThreeDS/package-frame.html | 44 +++ .../java/joglutils/ThreeDS/package-summary.html | 178 +++++++++ .../net/java/joglutils/ThreeDS/package-tree.html | 149 +++++++ .../net/java/joglutils/ThreeDS/package-use.html | 215 ++++++++++ 18 files changed, 4308 insertions(+) create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/Chunk.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/Face.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/Loader3DS.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/Material.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/Model3DS.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/Obj.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/Vec3.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/class-use/Chunk.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/class-use/Face.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/class-use/Loader3DS.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/class-use/Material.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/class-use/Model3DS.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/class-use/Obj.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/class-use/Vec3.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/package-frame.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/package-summary.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/package-tree.html create mode 100644 build/javadoc/net/java/joglutils/ThreeDS/package-use.html (limited to 'build/javadoc/net/java/joglutils/ThreeDS') diff --git a/build/javadoc/net/java/joglutils/ThreeDS/Chunk.html b/build/javadoc/net/java/joglutils/ThreeDS/Chunk.html new file mode 100644 index 0000000..c8141e7 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/Chunk.html @@ -0,0 +1,293 @@ + + + + + + +Chunk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.ThreeDS +
+Class Chunk

+
+java.lang.Object
+  extended by net.java.joglutils.ThreeDS.Chunk
+
+
+
+
public class Chunk
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+ intbytesRead + +
+           
+ intid + +
+           
+ intlength + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Chunk() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+id

+
+public int id
+
+
+
+
+
+ +

+length

+
+public int length
+
+
+
+
+
+ +

+bytesRead

+
+public int bytesRead
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Chunk

+
+public Chunk()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/Face.html b/build/javadoc/net/java/joglutils/ThreeDS/Face.html new file mode 100644 index 0000000..214e632 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/Face.html @@ -0,0 +1,275 @@ + + + + + + +Face + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.ThreeDS +
+Class Face

+
+java.lang.Object
+  extended by net.java.joglutils.ThreeDS.Face
+
+
+
+
public class Face
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ int[]coordIndex + +
+           
+ int[]vertIndex + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Face() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+vertIndex

+
+public int[] vertIndex
+
+
+
+
+
+ +

+coordIndex

+
+public int[] coordIndex
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Face

+
+public Face()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/Loader3DS.html b/build/javadoc/net/java/joglutils/ThreeDS/Loader3DS.html new file mode 100644 index 0000000..0b312fe --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/Loader3DS.html @@ -0,0 +1,251 @@ + + + + + + +Loader3DS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.ThreeDS +
+Class Loader3DS

+
+java.lang.Object
+  extended by net.java.joglutils.ThreeDS.Loader3DS
+
+
+
+
public class Loader3DS
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Loader3DS() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ booleanload(Model3DS model, + String fileName) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Loader3DS

+
+public Loader3DS()
+
+
+ + + + + + + + +
+Method Detail
+ +

+load

+
+public boolean load(Model3DS model,
+                    String fileName)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/Material.html b/build/javadoc/net/java/joglutils/ThreeDS/Material.html new file mode 100644 index 0000000..b745317 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/Material.html @@ -0,0 +1,383 @@ + + + + + + +Material + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.ThreeDS +
+Class Material

+
+java.lang.Object
+  extended by net.java.joglutils.ThreeDS.Material
+
+
+
+
public class Material
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ byte[]color + +
+           
+ StringstrFile + +
+           
+ StringstrName + +
+           
+ inttexureId + +
+           
+ floatuOffset + +
+           
+ floatuTile + +
+           
+ floatvOffset + +
+           
+ floatvTile + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Material() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+strName

+
+public String strName
+
+
+
+
+
+ +

+strFile

+
+public String strFile
+
+
+
+
+
+ +

+color

+
+public byte[] color
+
+
+
+
+
+ +

+texureId

+
+public int texureId
+
+
+
+
+
+ +

+uTile

+
+public float uTile
+
+
+
+
+
+ +

+vTile

+
+public float vTile
+
+
+
+
+
+ +

+uOffset

+
+public float uOffset
+
+
+
+
+
+ +

+vOffset

+
+public float vOffset
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Material

+
+public Material()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/Model3DS.html b/build/javadoc/net/java/joglutils/ThreeDS/Model3DS.html new file mode 100644 index 0000000..da362f1 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/Model3DS.html @@ -0,0 +1,438 @@ + + + + + + +Model3DS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.ThreeDS +
+Class Model3DS

+
+java.lang.Object
+  extended by net.java.joglutils.ThreeDS.Model3DS
+
+
+
Direct Known Subclasses:
MyModel
+
+
+
+
public class Model3DS
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  Loader3DSloader + +
+           
+protected  Vector<Material>materials + +
+           
+protected  Vector<Obj>objects + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Model3DS() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddMaterial(Material mat) + +
+           
+ voidaddObject(Obj obj) + +
+           
+ MaterialgetMaterial(int index) + +
+           
+ intgetNumberOfMaterials() + +
+           
+ intgetNumberOfObjects() + +
+           
+ ObjgetObject(int index) + +
+           
+ booleanload(String file) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+loader

+
+protected Loader3DS loader
+
+
+
+
+
+ +

+materials

+
+protected Vector<Material> materials
+
+
+
+
+
+ +

+objects

+
+protected Vector<Obj> objects
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Model3DS

+
+public Model3DS()
+
+
+ + + + + + + + +
+Method Detail
+ +

+load

+
+public boolean load(String file)
+
+
+
+
+
+
+ +

+addMaterial

+
+public void addMaterial(Material mat)
+
+
+
+
+
+
+ +

+addObject

+
+public void addObject(Obj obj)
+
+
+
+
+
+
+ +

+getMaterial

+
+public Material getMaterial(int index)
+
+
+
+
+
+
+ +

+getObject

+
+public Obj getObject(int index)
+
+
+
+
+
+
+ +

+getNumberOfObjects

+
+public int getNumberOfObjects()
+
+
+
+
+
+
+ +

+getNumberOfMaterials

+
+public int getNumberOfMaterials()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/Obj.html b/build/javadoc/net/java/joglutils/ThreeDS/Obj.html new file mode 100644 index 0000000..960cf55 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/Obj.html @@ -0,0 +1,437 @@ + + + + + + +Obj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.ThreeDS +
+Class Obj

+
+java.lang.Object
+  extended by net.java.joglutils.ThreeDS.Obj
+
+
+
+
public class Obj
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Face[]faces + +
+           
+ booleanhasTexture + +
+           
+ intindices + +
+           
+ intmaterialID + +
+           
+ Vec3[]normals + +
+           
+ intnumOfFaces + +
+           
+ intnumOfVerts + +
+           
+ intnumTexVertex + +
+           
+ StringstrName + +
+           
+ Vec3[]texVerts + +
+           
+ Vec3[]verts + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Obj() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+numOfVerts

+
+public int numOfVerts
+
+
+
+
+
+ +

+numOfFaces

+
+public int numOfFaces
+
+
+
+
+
+ +

+numTexVertex

+
+public int numTexVertex
+
+
+
+
+
+ +

+materialID

+
+public int materialID
+
+
+
+
+
+ +

+hasTexture

+
+public boolean hasTexture
+
+
+
+
+
+ +

+strName

+
+public String strName
+
+
+
+
+
+ +

+indices

+
+public int indices
+
+
+
+
+
+ +

+verts

+
+public Vec3[] verts
+
+
+
+
+
+ +

+normals

+
+public Vec3[] normals
+
+
+
+
+
+ +

+texVerts

+
+public Vec3[] texVerts
+
+
+
+
+
+ +

+faces

+
+public Face[] faces
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Obj

+
+public Obj()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/Vec3.html b/build/javadoc/net/java/joglutils/ThreeDS/Vec3.html new file mode 100644 index 0000000..2c29247 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/Vec3.html @@ -0,0 +1,325 @@ + + + + + + +Vec3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.java.joglutils.ThreeDS +
+Class Vec3

+
+java.lang.Object
+  extended by net.java.joglutils.ThreeDS.Vec3
+
+
+
+
public class Vec3
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+ floatx + +
+           
+ floaty + +
+           
+ floatz + +
+           
+  + + + + + + + + + + + + + + + + +
+Constructor Summary
Vec3() + +
+           
Vec3(float _x, + float _y, + float _z) + +
+           
Vec3(Vec3 v) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+x

+
+public float x
+
+
+
+
+
+ +

+y

+
+public float y
+
+
+
+
+
+ +

+z

+
+public float z
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Vec3

+
+public Vec3()
+
+
+
+ +

+Vec3

+
+public Vec3(float _x,
+            float _y,
+            float _z)
+
+
+
+ +

+Vec3

+
+public Vec3(Vec3 v)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/class-use/Chunk.html b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Chunk.html new file mode 100644 index 0000000..a0df82a --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Chunk.html @@ -0,0 +1,140 @@ + + + + + + +Uses of Class net.java.joglutils.ThreeDS.Chunk + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.ThreeDS.Chunk

+
+No usage of net.java.joglutils.ThreeDS.Chunk +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/class-use/Face.html b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Face.html new file mode 100644 index 0000000..1526fd8 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Face.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class net.java.joglutils.ThreeDS.Face + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.ThreeDS.Face

+
+ + + + + + + + + +
+Packages that use Face
net.java.joglutils.ThreeDS  
+  +

+ + + + + +
+Uses of Face in net.java.joglutils.ThreeDS
+  +

+ + + + + + + + + +
Fields in net.java.joglutils.ThreeDS declared as Face
+ Face[]Obj.faces + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/class-use/Loader3DS.html b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Loader3DS.html new file mode 100644 index 0000000..0f87b27 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Loader3DS.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class net.java.joglutils.ThreeDS.Loader3DS + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.ThreeDS.Loader3DS

+
+ + + + + + + + + +
+Packages that use Loader3DS
net.java.joglutils.ThreeDS  
+  +

+ + + + + +
+Uses of Loader3DS in net.java.joglutils.ThreeDS
+  +

+ + + + + + + + + +
Fields in net.java.joglutils.ThreeDS declared as Loader3DS
+protected  Loader3DSModel3DS.loader + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/class-use/Material.html b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Material.html new file mode 100644 index 0000000..dfc6037 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Material.html @@ -0,0 +1,208 @@ + + + + + + +Uses of Class net.java.joglutils.ThreeDS.Material + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.ThreeDS.Material

+
+ + + + + + + + + +
+Packages that use Material
net.java.joglutils.ThreeDS  
+  +

+ + + + + +
+Uses of Material in net.java.joglutils.ThreeDS
+  +

+ + + + + + + + + +
Fields in net.java.joglutils.ThreeDS with type parameters of type Material
+protected  Vector<Material>Model3DS.materials + +
+           
+  +

+ + + + + + + + + +
Methods in net.java.joglutils.ThreeDS that return Material
+ MaterialModel3DS.getMaterial(int index) + +
+           
+  +

+ + + + + + + + + +
Methods in net.java.joglutils.ThreeDS with parameters of type Material
+ voidModel3DS.addMaterial(Material mat) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/class-use/Model3DS.html b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Model3DS.html new file mode 100644 index 0000000..9507b8b --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Model3DS.html @@ -0,0 +1,206 @@ + + + + + + +Uses of Class net.java.joglutils.ThreeDS.Model3DS + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.ThreeDS.Model3DS

+
+ + + + + + + + + + + + + +
+Packages that use Model3DS
net.java.joglutils.test3ds  
net.java.joglutils.ThreeDS  
+  +

+ + + + + +
+Uses of Model3DS in net.java.joglutils.test3ds
+  +

+ + + + + + + + + +
Subclasses of Model3DS in net.java.joglutils.test3ds
+ classMyModel + +
+           
+  +

+ + + + + +
+Uses of Model3DS in net.java.joglutils.ThreeDS
+  +

+ + + + + + + + + +
Methods in net.java.joglutils.ThreeDS with parameters of type Model3DS
+ booleanLoader3DS.load(Model3DS model, + String fileName) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/class-use/Obj.html b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Obj.html new file mode 100644 index 0000000..0dd00a9 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Obj.html @@ -0,0 +1,208 @@ + + + + + + +Uses of Class net.java.joglutils.ThreeDS.Obj + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.ThreeDS.Obj

+
+ + + + + + + + + +
+Packages that use Obj
net.java.joglutils.ThreeDS  
+  +

+ + + + + +
+Uses of Obj in net.java.joglutils.ThreeDS
+  +

+ + + + + + + + + +
Fields in net.java.joglutils.ThreeDS with type parameters of type Obj
+protected  Vector<Obj>Model3DS.objects + +
+           
+  +

+ + + + + + + + + +
Methods in net.java.joglutils.ThreeDS that return Obj
+ ObjModel3DS.getObject(int index) + +
+           
+  +

+ + + + + + + + + +
Methods in net.java.joglutils.ThreeDS with parameters of type Obj
+ voidModel3DS.addObject(Obj obj) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/class-use/Vec3.html b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Vec3.html new file mode 100644 index 0000000..e6da769 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/class-use/Vec3.html @@ -0,0 +1,206 @@ + + + + + + +Uses of Class net.java.joglutils.ThreeDS.Vec3 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.ThreeDS.Vec3

+
+ + + + + + + + + +
+Packages that use Vec3
net.java.joglutils.ThreeDS  
+  +

+ + + + + +
+Uses of Vec3 in net.java.joglutils.ThreeDS
+  +

+ + + + + + + + + + + + + + + + + +
Fields in net.java.joglutils.ThreeDS declared as Vec3
+ Vec3[]Obj.normals + +
+           
+ Vec3[]Obj.texVerts + +
+           
+ Vec3[]Obj.verts + +
+           
+  +

+ + + + + + + + +
Constructors in net.java.joglutils.ThreeDS with parameters of type Vec3
Vec3(Vec3 v) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/package-frame.html b/build/javadoc/net/java/joglutils/ThreeDS/package-frame.html new file mode 100644 index 0000000..05320ec --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/package-frame.html @@ -0,0 +1,44 @@ + + + + + + +net.java.joglutils.ThreeDS + + + + + + + + + + + +net.java.joglutils.ThreeDS + + + + +
+Classes  + +
+Chunk +
+Face +
+Loader3DS +
+Material +
+Model3DS +
+Obj +
+Vec3
+ + + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/package-summary.html b/build/javadoc/net/java/joglutils/ThreeDS/package-summary.html new file mode 100644 index 0000000..aa5f27c --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/package-summary.html @@ -0,0 +1,178 @@ + + + + + + +net.java.joglutils.ThreeDS + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.java.joglutils.ThreeDS +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
Chunk 
Face 
Loader3DS 
Material 
Model3DS 
Obj 
Vec3 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/package-tree.html b/build/javadoc/net/java/joglutils/ThreeDS/package-tree.html new file mode 100644 index 0000000..85d8ad3 --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +net.java.joglutils.ThreeDS Class Hierarchy + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.java.joglutils.ThreeDS +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/build/javadoc/net/java/joglutils/ThreeDS/package-use.html b/build/javadoc/net/java/joglutils/ThreeDS/package-use.html new file mode 100644 index 0000000..8a07bad --- /dev/null +++ b/build/javadoc/net/java/joglutils/ThreeDS/package-use.html @@ -0,0 +1,215 @@ + + + + + + +Uses of Package net.java.joglutils.ThreeDS + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.java.joglutils.ThreeDS

+
+ + + + + + + + + + + + + +
+Packages that use net.java.joglutils.ThreeDS
net.java.joglutils.ThreeDS  
net.java.joglutils.test3ds  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Classes in net.java.joglutils.ThreeDS used by net.java.joglutils.ThreeDS
Face + +
+           
Loader3DS + +
+           
Material + +
+           
Model3DS + +
+           
Obj + +
+           
Vec3 + +
+           
+  +

+ + + + + + + + +
+Classes in net.java.joglutils.ThreeDS used by net.java.joglutils.test3ds
Model3DS + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3