Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

MeshInstance
An instance of an ObjMesh with a transform and optional name override.
MeshTransform
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.
ObjMeshStats
Statistics computed from an ObjMesh.
ObjReader
Reader for Wavefront OBJ files.
ObjScene
A simple scene graph for OBJ scenes.
ObjSceneNode
A node in an OBJ scene hierarchy.
ObjSurface
A simple OBJ surface (tensor-product B-spline stub).
ObjVertexColor
Per-vertex RGBA colour.
ObjVertexColorMesh
OBJ mesh extended with per-vertex colours (non-standard OBJ extension).
ObjWriter
Writer for ObjMesh structures.