Available on crate feature
obj-reader only.Expand description
OBJ format reader for meshes and point clouds.
Provides both a struct-based API (ObjReader) and convenience functions.
Structs§
- ObjReader
- OBJ format reader.
Functions§
- read_
obj_ positions - Parse vertex positions from an OBJ file. Returns a vec of [x, y, z] positions.