- java.lang.Object
-
- processing.opengl.PGraphicsOpenGL.TessGeometry
-
- Enclosing class:
- PGraphicsOpenGL
protected static class PGraphicsOpenGL.TessGeometry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidupdateAttribBuffer(String name)protected voidupdateAttribBuffer(String name, int offset, int size)protected voidupdateLineColorsBuffer()protected voidupdateLineColorsBuffer(int offset, int size)protected voidupdateLineDirectionsBuffer()protected voidupdateLineDirectionsBuffer(int offset, int size)protected voidupdateLineIndicesBuffer()protected voidupdateLineIndicesBuffer(int offset, int size)protected voidupdateLineVerticesBuffer()protected voidupdateLineVerticesBuffer(int offset, int size)protected voidupdatePointColorsBuffer()protected voidupdatePointColorsBuffer(int offset, int size)protected voidupdatePointIndicesBuffer()protected voidupdatePointIndicesBuffer(int offset, int size)protected voidupdatePointOffsetsBuffer()protected voidupdatePointOffsetsBuffer(int offset, int size)protected voidupdatePointVerticesBuffer()protected voidupdatePointVerticesBuffer(int offset, int size)protected voidupdatePolyAmbientBuffer()protected voidupdatePolyAmbientBuffer(int offset, int size)protected voidupdatePolyColorsBuffer()protected voidupdatePolyColorsBuffer(int offset, int size)protected voidupdatePolyEmissiveBuffer()protected voidupdatePolyEmissiveBuffer(int offset, int size)protected voidupdatePolyIndicesBuffer()protected voidupdatePolyIndicesBuffer(int offset, int size)protected voidupdatePolyNormalsBuffer()protected voidupdatePolyNormalsBuffer(int offset, int size)protected voidupdatePolyShininessBuffer()protected voidupdatePolyShininessBuffer(int offset, int size)protected voidupdatePolySpecularBuffer()protected voidupdatePolySpecularBuffer(int offset, int size)protected voidupdatePolyTexCoordsBuffer()protected voidupdatePolyTexCoordsBuffer(int offset, int size)protected voidupdatePolyVerticesBuffer()protected voidupdatePolyVerticesBuffer(int offset, int size)
-
-
-
Method Detail
-
updatePolyVerticesBuffer
protected void updatePolyVerticesBuffer()
-
updatePolyVerticesBuffer
protected void updatePolyVerticesBuffer(int offset, int size)
-
updatePolyColorsBuffer
protected void updatePolyColorsBuffer()
-
updatePolyColorsBuffer
protected void updatePolyColorsBuffer(int offset, int size)
-
updatePolyNormalsBuffer
protected void updatePolyNormalsBuffer()
-
updatePolyNormalsBuffer
protected void updatePolyNormalsBuffer(int offset, int size)
-
updatePolyTexCoordsBuffer
protected void updatePolyTexCoordsBuffer()
-
updatePolyTexCoordsBuffer
protected void updatePolyTexCoordsBuffer(int offset, int size)
-
updatePolyAmbientBuffer
protected void updatePolyAmbientBuffer()
-
updatePolyAmbientBuffer
protected void updatePolyAmbientBuffer(int offset, int size)
-
updatePolySpecularBuffer
protected void updatePolySpecularBuffer()
-
updatePolySpecularBuffer
protected void updatePolySpecularBuffer(int offset, int size)
-
updatePolyEmissiveBuffer
protected void updatePolyEmissiveBuffer()
-
updatePolyEmissiveBuffer
protected void updatePolyEmissiveBuffer(int offset, int size)
-
updatePolyShininessBuffer
protected void updatePolyShininessBuffer()
-
updatePolyShininessBuffer
protected void updatePolyShininessBuffer(int offset, int size)
-
updateAttribBuffer
protected void updateAttribBuffer(String name)
-
updateAttribBuffer
protected void updateAttribBuffer(String name, int offset, int size)
-
updatePolyIndicesBuffer
protected void updatePolyIndicesBuffer()
-
updatePolyIndicesBuffer
protected void updatePolyIndicesBuffer(int offset, int size)
-
updateLineVerticesBuffer
protected void updateLineVerticesBuffer()
-
updateLineVerticesBuffer
protected void updateLineVerticesBuffer(int offset, int size)
-
updateLineColorsBuffer
protected void updateLineColorsBuffer()
-
updateLineColorsBuffer
protected void updateLineColorsBuffer(int offset, int size)
-
updateLineDirectionsBuffer
protected void updateLineDirectionsBuffer()
-
updateLineDirectionsBuffer
protected void updateLineDirectionsBuffer(int offset, int size)
-
updateLineIndicesBuffer
protected void updateLineIndicesBuffer()
-
updateLineIndicesBuffer
protected void updateLineIndicesBuffer(int offset, int size)
-
updatePointVerticesBuffer
protected void updatePointVerticesBuffer()
-
updatePointVerticesBuffer
protected void updatePointVerticesBuffer(int offset, int size)
-
updatePointColorsBuffer
protected void updatePointColorsBuffer()
-
updatePointColorsBuffer
protected void updatePointColorsBuffer(int offset, int size)
-
updatePointOffsetsBuffer
protected void updatePointOffsetsBuffer()
-
updatePointOffsetsBuffer
protected void updatePointOffsetsBuffer(int offset, int size)
-
updatePointIndicesBuffer
protected void updatePointIndicesBuffer()
-
updatePointIndicesBuffer
protected void updatePointIndicesBuffer(int offset, int size)
-
-