Module wavefrontobj

Module wavefrontobj 

Source
Expand description

The module for loading OBJ meshes

Structs§

ObjGroups
The group subset of the OBJ file
ObjIndexedMesh
ObjIndexedMeshSet
ObjMaterialGroup
The material subset of the OBJ file
ObjMaterialLegacy
The legacy illumination model material
ObjMaterialLoader
The material loader for the OBJ mesh
ObjMaterialPbr
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
ObjSmoothGroup
The smooth subset of the OBJ file
ObjUnindexedMesh
ObjVTNIndex
The index of the OBJ file faces
ObjVertices

Enums§

ObjError
The OBJ error
ObjMaterialComponent
The material component

Traits§

FloatOps
A trait that tells how many operators could be used on a floating number
ObjMaterial
The Material trait helps the MaterialLegacy struct or the MaterialPbr struct to be able to turn into an object
ObjMeshIndexType
The trait for indices type
ObjMeshVecCompType
The trait for TVecN<> component type