Uses of Class
jgl.GL
-
Packages that use GL Package Description jgl jgl.glaux jgl.glj3d jgl.glu jgl.wt.awt jgl.wt.swt org.jzy3d.plot3d.rendering.canvas -
-
Uses of GL in jgl
Methods in jgl with parameters of type GL Modifier and Type Method Description static BufferedImage
Util. debugDepthBufferToBufferedImage(GL gl)
static BufferedImage
Util. debugDepthBufferToBufferedImage(GL gl, String depthBufferOutput)
static void
Util. debugWriteImageTo(GL gl, String file)
Constructors in jgl with parameters of type GL Constructor Description GLJ3D(GL myGL)
-
Uses of GL in jgl.glaux
Methods in jgl.glaux with parameters of type GL Modifier and Type Method Description static void
teapot. aux_solid_teapot(GL JavaGL, double scale)
static void
teapot. aux_wire_teapot(GL JavaGL, double scale)
static void
teapot. Teapot(GL JavaGL, int grid, float scale, int type)
-
Uses of GL in jgl.glj3d
Methods in jgl.glj3d with parameters of type GL Modifier and Type Method Description static void
GLJ3DGeometry. drawColorCube(GL JavaGL, double scale)
Draws a color cube with the specified scale. -
Uses of GL in jgl.glu
Methods in jgl.glu with parameters of type GL Modifier and Type Method Description void
nurbs_ct_curv. draw(GL JavaGL, nurbs_curve curv, int i)
void
nurbs_ct_curvs. draw(GLUnurbsObj nobj, GL JavaGL, nurbs_curves curve, int[] factors)
void
nurbs_ct_surf. draw(GL JavaGL, nurbs_surface surf, int i, int j)
void
nurbs_ct_surfs. draw(GLUnurbsObj nobj, GL JavaGL, int display_mode, nurbs_surfaces surface, int[][] sfactors, int[][] tfactors)
Constructors in jgl.glu with parameters of type GL Constructor Description GLUnurbsObj(GL myGL, GLU myGLU)
nurbs_bz_curv(GL myGL)
nurbs_bz_surf(GL myGL)
-
Uses of GL in jgl.wt.awt
Subclasses of GL in jgl.wt.awt Modifier and Type Class Description class
GL
-
Uses of GL in jgl.wt.swt
Subclasses of GL in jgl.wt.swt Modifier and Type Class Description class
GL
-
Uses of GL in org.jzy3d.plot3d.rendering.canvas
Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type GL Modifier and Type Method Description static Color
jGLUtil. getBackgroundColor(GL gl)
static Color
jGLUtil. getBackgroundColorAWT(GL gl)
-