Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- compute_
mesh_ stats - Compute mesh statistics for an
ObjMesh. - instantiate_
mesh - Instantiate
meshwith a given transform, returning a new transformedObjMesh. - merge_
obj_ meshes - Merge two
ObjMeshinstances together. - parse_
mtl - Parse a Wavefront MTL file content string into a list of materials.
- recompute_
normals - Recompute per-vertex normals using area-weighted face normals.
- weld_
vertices - Weld (deduplicate) vertices that are closer than
tolerance.