mesh module
This module gets the mesh’s shader information (VAOs and textures)
-
class mesh.Mesh(app)[source]
Bases: object
Manage vertex array objects and textures for rendering.
Centralizes mesh data including geometry, materials, and rendering state.
-
destroy()[source]
Release VAO and texture resources from memory.
Clean up all mesh-related OpenGL objects.