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 BufferedImageUtil. debugDepthBufferToBufferedImage(GL gl)static BufferedImageUtil. debugDepthBufferToBufferedImage(GL gl, String depthBufferOutput)static voidUtil. 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 voidteapot. aux_solid_teapot(GL JavaGL, double scale)static voidteapot. aux_wire_teapot(GL JavaGL, double scale)static voidteapot. 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 voidGLJ3DGeometry. 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 voidnurbs_ct_curv. draw(GL JavaGL, nurbs_curve curv, int i)voidnurbs_ct_curvs. draw(GLUnurbsObj nobj, GL JavaGL, nurbs_curves curve, int[] factors)voidnurbs_ct_surf. draw(GL JavaGL, nurbs_surface surf, int i, int j)voidnurbs_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 classGL -
Uses of GL in jgl.wt.swt
Subclasses of GL in jgl.wt.swt Modifier and Type Class Description classGL -
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 ColorjGLUtil. getBackgroundColor(GL gl)static ColorjGLUtil. getBackgroundColorAWT(GL gl)
-