Expand description
The module for loading OBJ meshes
Structs§
- ObjGroups
- The group subset of the OBJ file
- ObjIndexed
Mesh - ObjIndexed
Mesh Set - ObjMaterial
Group - The material subset of the OBJ file
- ObjMaterial
Legacy - The legacy illumination model material
- ObjMaterial
Loader - The material loader for the OBJ mesh
- ObjMaterial
Pbr - The physically based rendering illumination model material
- ObjMesh
- The raw objmesh that’s just the intepreted result of a obj file.
- ObjObjects
- The object subset of the OBJ file
- ObjSmooth
Group - The smooth subset of the OBJ file
- ObjUnindexed
Mesh - ObjVTN
Index - The index of the OBJ file faces
- ObjVertices
Enums§
- ObjError
- The OBJ error
- ObjMaterial
Component - The material component
Traits§
- Float
Ops - A trait that tells how many operators could be used on a floating number
- ObjMaterial
- The
Materialtrait helps theMaterialLegacystruct or theMaterialPbrstruct to be able to turn into an object - ObjMesh
Index Type - The trait for indices type
- ObjMesh
VecComp Type - The trait for
TVecN<>component type