Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Mesh
Instance - An instance of an
ObjMeshwith a transform and optional name override. - Mesh
Transform - A transform applied when instancing a mesh.
- MtlWriter
- Writer for Wavefront MTL material library files.
- ObjCurve
- A simple OBJ curve (polyline or rational B-spline stub).
- ObjFace
- A single face in a Wavefront OBJ mesh.
- ObjGroup
- A named group/object within an OBJ file.
- ObjLod
- A level-of-detail collection: multiple meshes at decreasing resolution.
- ObjMaterial
- A simple OBJ material definition.
- ObjMesh
- A Wavefront OBJ mesh with vertices, normals, UVs, and faces.
- ObjMesh
Stats - Statistics computed from an
ObjMesh. - ObjReader
- Reader for Wavefront OBJ files.
- ObjScene
- A simple scene graph for OBJ scenes.
- ObjScene
Node - A node in an OBJ scene hierarchy.
- ObjSurface
- A simple OBJ surface (tensor-product B-spline stub).
- ObjVertex
Color - Per-vertex RGBA colour.
- ObjVertex
Color Mesh - OBJ mesh extended with per-vertex colours (non-standard OBJ extension).
- ObjWriter
- Writer for
ObjMeshstructures.