picogl.backend.legacy.core.pipeline
Attributes
Classes
Fixed-function and immediate-mode pipeline operations (legacy gl only). |
|
Fixed-function matrix, light, and material operations. |
Module Contents
- class picogl.backend.legacy.core.pipeline.LegacyPipelineProtocol[source]
Bases:
ProtocolFixed-function and immediate-mode pipeline operations (legacy gl only).
- tex_coord2f(coord: picogl.backend.gl.state.texture.TexCoord2f)[source]
- vertex_3f(v1: picogl.backend.gl.state.texture.Vertex3f)[source]
- class picogl.backend.legacy.core.pipeline.GLLegacyPipeline[source]
Fixed-function matrix, light, and material operations.
- static set_color_material(face=GLFace.FRONT_AND_BACK, mode=GLColorMaterialMode.AMBIENT_AND_DIFFUSE)[source]
- static tex_coord2f(coord: picogl.backend.gl.state.texture.TexCoord2f)[source]
- static vertex_3f(v1: picogl.backend.gl.state.texture.Vertex3f)[source]