Uses of Class
processing.opengl.PGraphicsOpenGL
-
Packages that use PGraphicsOpenGL Package Description processing.opengl -
-
Uses of PGraphicsOpenGL in processing.opengl
Subclasses of PGraphicsOpenGL in processing.opengl Modifier and Type Class Description classPGraphics2DclassPGraphics3DFields in processing.opengl declared as PGraphicsOpenGL Modifier and Type Field Description PGraphicsOpenGLPGraphicsOpenGL. currentPGThe renderer currently in use.protected PGraphicsOpenGLPShader. currentPGprotected PGraphicsOpenGLPGL. graphicsThe PGraphics and PApplet objects using this interfaceprotected PGraphicsOpenGLFrameBuffer. pgprotected PGraphicsOpenGLPGraphicsOpenGL.Tessellator. pgprotected PGraphicsOpenGLPShapeOpenGL. pgprotected PGraphicsOpenGLTexture. pgprotected PGraphicsOpenGLPShader. primaryPGMethods in processing.opengl that return PGraphicsOpenGL Modifier and Type Method Description protected PGraphicsOpenGLPGraphicsOpenGL. getCurrentPG()protected PGraphicsOpenGLPGraphicsOpenGL. getPrimaryPG()Methods in processing.opengl with parameters of type PGraphicsOpenGL Modifier and Type Method Description static voidPShapeOpenGL. copyGroup(PGraphicsOpenGL pg, PShape src, PShape dest)protected abstract PGLPGraphicsOpenGL. createPGL(PGraphicsOpenGL pg)static PShapeOpenGLPShapeOpenGL. createShape(PGraphicsOpenGL pg, PShape src)protected booleanPShapeOpenGL. fragmentedGroup(PGraphicsOpenGL g)protected static PGraphicsOpenGL.InGeometryPGraphicsOpenGL. newInGeometry(PGraphicsOpenGL pg, PGraphicsOpenGL.AttributeMap attr, int mode)protected static PGraphicsOpenGL.TessGeometryPGraphicsOpenGL. newTessGeometry(PGraphicsOpenGL pg, PGraphicsOpenGL.AttributeMap attr, int mode)protected static PGraphicsOpenGL.TexCachePGraphicsOpenGL. newTexCache(PGraphicsOpenGL pg)protected voidPShapeOpenGL. rawLines(PGraphicsOpenGL g)protected voidPShapeOpenGL. rawPoints(PGraphicsOpenGL g)protected voidPShapeOpenGL. rawPolys(PGraphicsOpenGL g, PImage textureImage)protected voidPShapeOpenGL. render(PGraphicsOpenGL g, PImage texture)protected voidPShapeOpenGL. renderLines(PGraphicsOpenGL g)protected voidPShapeOpenGL. renderPoints(PGraphicsOpenGL g)protected voidPShapeOpenGL. renderPolys(PGraphicsOpenGL g, PImage textureImage)protected voidPGraphicsOpenGL. setCurrentPG(PGraphicsOpenGL pg)protected voidPGraphicsOpenGL.Tessellator. setRenderer(PGraphicsOpenGL pg)protected voidPShader. setRenderer(PGraphicsOpenGL pg)Constructors in processing.opengl with parameters of type PGraphicsOpenGL Constructor Description PGL(PGraphicsOpenGL pg)PShapeOpenGL(PGraphicsOpenGL pg, int family)PShapeOpenGL(PGraphicsOpenGL pg, int kind, float... p)Create a shape from the PRIMITIVE family, using this kind and these paramsTexture(PGraphicsOpenGL pg)Texture(PGraphicsOpenGL pg, int width, int height)Creates an instance of PTexture with size width x height.Texture(PGraphicsOpenGL pg, int width, int height, Object params)Creates an instance of PTexture with size width x height and with the specified parameters.
-