Package one.empty3.library.objloader
Class GLModel
java.lang.Object
one.empty3.library.objloader.GLModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatfloatfloatfloat -
Constructor Summary
ConstructorsConstructorDescriptionGLModel(BufferedReader ref, boolean centerit, String path, com.jogamp.opengl.GL2 gl) -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatintvoidopengldraw(com.jogamp.opengl.GL2 gl) voidopengldrawtolist(com.jogamp.opengl.GL2 gl)
-
Field Details
-
toppoint
public float toppoint -
bottompoint
public float bottompoint -
leftpoint
public float leftpoint -
rightpoint
public float rightpoint -
farpoint
public float farpoint -
nearpoint
public float nearpoint
-
-
Constructor Details
-
GLModel
-
-
Method Details
-
getXWidth
public float getXWidth() -
getYHeight
public float getYHeight() -
getZDepth
public float getZDepth() -
numpolygons
public int numpolygons() -
opengldrawtolist
public void opengldrawtolist(com.jogamp.opengl.GL2 gl) -
opengldraw
public void opengldraw(com.jogamp.opengl.GL2 gl)
-