|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
The Mesh — the central data structure for 3D geometry in scimesh. More...


Go to the source code of this file.
Classes | |
| struct | scimesh::Mesh |
| A 3D triangle mesh using an indexed face set representation. More... | |
Namespaces | |
| namespace | scimesh |
The Mesh — the central data structure for 3D geometry in scimesh.
A Mesh is an indexed face set: vertices are stored once in an array, and triangles reference them by index. This is the standard representation used in computer graphics, file formats like OBJ/STL/PLY, and GPU buffers.
Definition in file mesh.h.