Package processing.opengl
Class PGraphicsOpenGL.TessGeometry
java.lang.Object
processing.opengl.PGraphicsOpenGL.TessGeometry
- Enclosing class:
- PGraphicsOpenGL
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
copyLineColors
(int usage) protected void
copyLineColors
(int offset, int size) protected void
copyLineDirections
(int usage) protected void
copyLineDirections
(int offset, int size) protected void
copyLineIndices
(int usage) protected void
copyLineVertices
(int usage) protected void
copyLineVertices
(int offset, int size) protected void
copyPointColors
(int usage) protected void
copyPointColors
(int offset, int size) protected void
copyPointIndices
(int usage) protected void
copyPointOffsets
(int usage) protected void
copyPointOffsets
(int offset, int size) protected void
copyPointVertices
(int usage) protected void
copyPointVertices
(int offset, int size) protected void
copyPolyAmbient
(int usage) protected void
copyPolyAmbient
(int offset, int size) protected void
copyPolyAttribs
(PGraphicsOpenGL.VertexAttribute attrib, int usage) protected void
copyPolyAttribs
(PGraphicsOpenGL.VertexAttribute attrib, int offset, int size) protected void
copyPolyColors
(int usage) protected void
copyPolyColors
(int offset, int size) protected void
copyPolyEmissive
(int usage) protected void
copyPolyEmissive
(int offset, int size) protected void
copyPolyIndices
(int usage) protected void
copyPolyNormals
(int usage) protected void
copyPolyNormals
(int offset, int size) protected void
copyPolyShininess
(int usage) protected void
copyPolyShininess
(int offset, int size) protected void
copyPolySpecular
(int usage) protected void
copyPolySpecular
(int offset, int size) protected void
copyPolyTexCoords
(int usage) protected void
copyPolyTexCoords
(int offset, int size) protected void
copyPolyVertices
(int usage) protected void
copyPolyVertices
(int offset, int size) protected void
finalLineColorsBuffer
(int first, int last) protected void
finalLineDirectionsBuffer
(int first, int last) protected void
finalLineVerticesBuffer
(int first, int last) protected void
finalPointColorsBuffer
(int first, int last) protected void
finalPointOffsetsBuffer
(int first, int last) protected void
finalPointVerticesBuffer
(int first, int last) protected void
finalPolyAmbientBuffer
(int first, int last) protected void
finalPolyAttribsBuffer
(PGraphicsOpenGL.VertexAttribute attrib, int first, int last) protected void
finalPolyColorsBuffer
(int first, int last) protected void
finalPolyEmissiveBuffer
(int first, int last) protected void
finalPolyNormalsBuffer
(int first, int last) protected void
finalPolyShininessBuffer
(int first, int last) protected void
finalPolySpecularBuffer
(int first, int last) protected void
finalPolyTexCoordsBuffer
(int first, int last) protected void
finalPolyVerticesBuffer
(int first, int last) protected void
initLineColorsBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initLineDirectionsBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initLineIndicesBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initLineVerticesBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPointColorsBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPointIndicesBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPointOffsetsBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPointVerticesBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyAmbientBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyAttribsBuffer
(PGraphicsOpenGL.VertexAttribute attrib, boolean onlymap, boolean unmap, int usage) protected void
initPolyColorsBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyEmissiveBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyIndicesBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyNormalsBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyShininessBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolySpecularBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyTexCoordsBuffer
(boolean onlymap, boolean unmap, int usage) protected void
initPolyVerticesBuffer
(boolean onlymap, boolean unmap, int usage) protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
updateAttribBuffer
(String name) protected void
updateAttribBuffer
(String name, int offset, int size) protected void
protected void
updateLineColorsBuffer
(int offset, int size) protected void
protected void
updateLineDirectionsBuffer
(int offset, int size) protected void
protected void
updateLineIndicesBuffer
(int offset, int size) protected void
protected void
updateLineVerticesBuffer
(int offset, int size) protected void
protected void
updatePointColorsBuffer
(int offset, int size) protected void
protected void
updatePointIndicesBuffer
(int offset, int size) protected void
protected void
updatePointOffsetsBuffer
(int offset, int size) protected void
protected void
updatePointVerticesBuffer
(int offset, int size) protected void
protected void
updatePolyAmbientBuffer
(int offset, int size) protected void
protected void
updatePolyColorsBuffer
(int offset, int size) protected void
protected void
updatePolyEmissiveBuffer
(int offset, int size) protected void
protected void
updatePolyIndicesBuffer
(int offset, int size) protected void
protected void
updatePolyNormalsBuffer
(int offset, int size) protected void
protected void
updatePolyShininessBuffer
(int offset, int size) protected void
protected void
updatePolySpecularBuffer
(int offset, int size) protected void
protected void
updatePolyTexCoordsBuffer
(int offset, int size) protected void
protected void
updatePolyVerticesBuffer
(int offset, int size)
-
Method Details
-
mapPolyVerticesBuffer
protected void mapPolyVerticesBuffer() -
initPolyVerticesBuffer
protected void initPolyVerticesBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolyVerticesBuffer
protected void finalPolyVerticesBuffer(int first, int last) -
copyPolyVertices
protected void copyPolyVertices(int usage) -
copyPolyVertices
protected void copyPolyVertices(int offset, int size) -
mapPolyColorsBuffer
protected void mapPolyColorsBuffer() -
initPolyColorsBuffer
protected void initPolyColorsBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolyColorsBuffer
protected void finalPolyColorsBuffer(int first, int last) -
copyPolyColors
protected void copyPolyColors(int usage) -
copyPolyColors
protected void copyPolyColors(int offset, int size) -
mapPolyNormalsBuffer
protected void mapPolyNormalsBuffer() -
initPolyNormalsBuffer
protected void initPolyNormalsBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolyNormalsBuffer
protected void finalPolyNormalsBuffer(int first, int last) -
copyPolyNormals
protected void copyPolyNormals(int usage) -
copyPolyNormals
protected void copyPolyNormals(int offset, int size) -
mapPolyTexCoordsBuffer
protected void mapPolyTexCoordsBuffer() -
initPolyTexCoordsBuffer
protected void initPolyTexCoordsBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolyTexCoordsBuffer
protected void finalPolyTexCoordsBuffer(int first, int last) -
copyPolyTexCoords
protected void copyPolyTexCoords(int usage) -
copyPolyTexCoords
protected void copyPolyTexCoords(int offset, int size) -
mapPolyAmbientBuffer
protected void mapPolyAmbientBuffer() -
initPolyAmbientBuffer
protected void initPolyAmbientBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolyAmbientBuffer
protected void finalPolyAmbientBuffer(int first, int last) -
copyPolyAmbient
protected void copyPolyAmbient(int usage) -
copyPolyAmbient
protected void copyPolyAmbient(int offset, int size) -
mapPolySpecularBuffer
protected void mapPolySpecularBuffer() -
initPolySpecularBuffer
protected void initPolySpecularBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolySpecularBuffer
protected void finalPolySpecularBuffer(int first, int last) -
copyPolySpecular
protected void copyPolySpecular(int usage) -
copyPolySpecular
protected void copyPolySpecular(int offset, int size) -
mapPolyEmissiveBuffer
protected void mapPolyEmissiveBuffer() -
initPolyEmissiveBuffer
protected void initPolyEmissiveBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolyEmissiveBuffer
protected void finalPolyEmissiveBuffer(int first, int last) -
copyPolyEmissive
protected void copyPolyEmissive(int usage) -
copyPolyEmissive
protected void copyPolyEmissive(int offset, int size) -
mapPolyShininessBuffer
protected void mapPolyShininessBuffer() -
initPolyShininessBuffer
protected void initPolyShininessBuffer(boolean onlymap, boolean unmap, int usage) -
finalPolyShininessBuffer
protected void finalPolyShininessBuffer(int first, int last) -
copyPolyShininess
protected void copyPolyShininess(int usage) -
copyPolyShininess
protected void copyPolyShininess(int offset, int size) -
mapPolyAttribBuffer
-
initPolyAttribsBuffer
protected void initPolyAttribsBuffer(PGraphicsOpenGL.VertexAttribute attrib, boolean onlymap, boolean unmap, int usage) -
finalPolyAttribsBuffer
-
copyPolyAttribs
-
copyPolyAttribs
-
mapPolyIndicesBuffer
protected void mapPolyIndicesBuffer() -
initPolyIndicesBuffer
protected void initPolyIndicesBuffer(boolean onlymap, boolean unmap, int usage) -
copyPolyIndices
protected void copyPolyIndices(int usage) -
mapLineVerticesBuffer
protected void mapLineVerticesBuffer() -
initLineVerticesBuffer
protected void initLineVerticesBuffer(boolean onlymap, boolean unmap, int usage) -
finalLineVerticesBuffer
protected void finalLineVerticesBuffer(int first, int last) -
copyLineVertices
protected void copyLineVertices(int usage) -
copyLineVertices
protected void copyLineVertices(int offset, int size) -
mapLineColorsBuffer
protected void mapLineColorsBuffer() -
initLineColorsBuffer
protected void initLineColorsBuffer(boolean onlymap, boolean unmap, int usage) -
finalLineColorsBuffer
protected void finalLineColorsBuffer(int first, int last) -
copyLineColors
protected void copyLineColors(int usage) -
copyLineColors
protected void copyLineColors(int offset, int size) -
mapLineDirectionsBuffer
protected void mapLineDirectionsBuffer() -
initLineDirectionsBuffer
protected void initLineDirectionsBuffer(boolean onlymap, boolean unmap, int usage) -
finalLineDirectionsBuffer
protected void finalLineDirectionsBuffer(int first, int last) -
copyLineDirections
protected void copyLineDirections(int usage) -
copyLineDirections
protected void copyLineDirections(int offset, int size) -
mapLineIndicesBuffer
protected void mapLineIndicesBuffer() -
initLineIndicesBuffer
protected void initLineIndicesBuffer(boolean onlymap, boolean unmap, int usage) -
copyLineIndices
protected void copyLineIndices(int usage) -
mapPointVerticesBuffer
protected void mapPointVerticesBuffer() -
initPointVerticesBuffer
protected void initPointVerticesBuffer(boolean onlymap, boolean unmap, int usage) -
finalPointVerticesBuffer
protected void finalPointVerticesBuffer(int first, int last) -
copyPointVertices
protected void copyPointVertices(int usage) -
copyPointVertices
protected void copyPointVertices(int offset, int size) -
mapPointColorsBuffer
protected void mapPointColorsBuffer() -
initPointColorsBuffer
protected void initPointColorsBuffer(boolean onlymap, boolean unmap, int usage) -
finalPointColorsBuffer
protected void finalPointColorsBuffer(int first, int last) -
copyPointColors
protected void copyPointColors(int usage) -
copyPointColors
protected void copyPointColors(int offset, int size) -
mapPointOffsetsBuffer
protected void mapPointOffsetsBuffer() -
initPointOffsetsBuffer
protected void initPointOffsetsBuffer(boolean onlymap, boolean unmap, int usage) -
finalPointOffsetsBuffer
protected void finalPointOffsetsBuffer(int first, int last) -
copyPointOffsets
protected void copyPointOffsets(int usage) -
copyPointOffsets
protected void copyPointOffsets(int offset, int size) -
mapPointIndicesBuffer
protected void mapPointIndicesBuffer() -
initPointIndicesBuffer
protected void initPointIndicesBuffer(boolean onlymap, boolean unmap, int usage) -
copyPointIndices
protected void copyPointIndices(int usage) -
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
-
updateAttribBuffer
-
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)
-