picogl.backend.legacy.core.vertex.buffer.position
Legacy Position VBO
Classes
OpenGL buffer class specialized for storing and managing position data, |
Module Contents
- class picogl.backend.legacy.core.vertex.buffer.position.LegacyPositionVBO(handle: int = None, data: numpy.ndarray = None, size: int = 3, target: int = GLBufferTarget.ARRAY, dtype: int = GLNumeric.FLOAT)[source]
Bases:
picogl.backend.legacy.core.vertex.buffer.vertex.LegacyVBOOpenGL buffer class specialized for storing and managing position data, commonly used for rendering ribbons_legacy-like meshdata.
Inherits from LegacyVBO and adds behavior specific to position data, such as setting up the vertex pointer and handling data uploads.