Skip to main content

Module obj_reader

Module obj_reader 

Source
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.