Package one.empty3.library.objloader
Class GLModel
java.lang.Object
one.empty3.library.objloader.GLModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
float
float
float
float
-
Constructor Summary
ConstructorsConstructorDescriptionGLModel
(BufferedReader ref, boolean centerit, String path, com.jogamp.opengl.GL2 gl) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToRepresentable
(RepresentableConteneur representableConteneur) float
float
float
int
void
opengldraw
(com.jogamp.opengl.GL2 gl) void
opengldrawtolist
(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) -
addToRepresentable
-
opengldraw
public void opengldraw(com.jogamp.opengl.GL2 gl)
-