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
.objformat.
Enums§
Functions§
- parse_
obj - Parses a wavefront
.objformat.
Type Aliases§
- Point
- The
Pointtype which stores the index of the position vector.