de.rico.engine.geometry.modelloader.threeds
Class ObjGroup3DS

java.lang.Object
  extended by de.rico.engine.geometry.modelloader.threeds.ObjGroup3DS

public class ObjGroup3DS
extends java.lang.Object

Basic loader technology found at the joglutils project: https://joglutils.dev.java.net/

Author:
joglutils project (changes and additions by Frank Bruns)

Field Summary
 Face3DS[] faces
           
 boolean hasTexture
           
 int indices
           
 int materialID
           
 Vec3f3DS[] normals
           
 int numOfFaces
           
 int numOfVerts
           
 int numTexVertex
           
 java.lang.String strName
           
 Vec3f3DS[] texVerts
           
 Vec3f3DS[] verts
           
 
Constructor Summary
ObjGroup3DS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, 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 java.lang.String strName

indices

public int indices

verts

public Vec3f3DS[] verts

normals

public Vec3f3DS[] normals

texVerts

public Vec3f3DS[] texVerts

faces

public Face3DS[] faces
Constructor Detail

ObjGroup3DS

public ObjGroup3DS()