Module dagon.resource.obj
OBJ mesh loader.
Description
The dagon module defines the OBJAsset class for loading
meshes from Wavefront OBJ files. The loader supports threaded loading,
group extraction, and automatic normal generation if missing.
Materials in OBJ files are not supported and will be ignored with a warning.
Classes
| Name | Description |
|---|---|
OBJAsset
|
Asset class for loading and managing OBJ meshes. |
Structs
| Name | Description |
|---|---|
ObjFace
|
Represents a single face in an OBJ mesh. |