de.rico.engine.geometry.modelloader.threeds
Class ObjGroup3DS
java.lang.Object
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)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ObjGroup3DS
public ObjGroup3DS()