Class GLModel

java.lang.Object
one.empty3.library.objloader.GLModel

public class GLModel extends Object
  • 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

      public GLModel(BufferedReader ref, boolean centerit, String path, com.jogamp.opengl.GL2 gl)
  • 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

      public void addToRepresentable(RepresentableConteneur representableConteneur)
    • opengldraw

      public void opengldraw(com.jogamp.opengl.GL2 gl)