Expand description
Mesh-based items (Surface, Sphere, etc.)
Modulesยง
Structsยง
- Mesh
Item - A high-level mesh item with per-vertex data wrapped in PointVec for animation support.
- Sphere
- A sphere defined by center, radius, and resolution.
- Surface
- A parametric surface defined by pre-generated mesh data.
Functionsยง
- angle_
between ๐ - Angle (in radians) between two vectors.
- compute_
smooth_ normals - Compute smooth vertex normals from a triangle mesh.
- generate_
grid_ indices - Generate triangle indices for a
nu ร nvgrid of vertices (row-major layout).