Expand description
Parses .obj
format which stores 3D mesh data
Structs§
- Group
- A group which contains ranges of points, lines and polygons
- Range
- A struct which represent
[start, end)
range. - RawObj
- Low-level Rust binding for
.obj
format.
Enums§
Functions§
- parse_
obj - Parses a wavefront
.obj
format.
Type Aliases§
- Point
- The
Point
type which stores the index of the position vector.