ObjLoader
ObjLoader module provides functions to parse .obj file data.
Types
-
Specifies the index of vertex position, color, normal and texcoord data in
attributes
for one vertex. -
Describes the mesh data of one shape.
-
Describes the lines data of one shape.
-
Describes the points data of one shape.
-
Describes one shape in the obj file data.
-
Describes vertex attributes.
-
Describes one obj file data.
Functions
-
R< ObjMesh > load(Span< const byte_t > obj_file, Span< const byte_t > mtl_file={})
Loads mesh from OBJ file data.