Expand description
I/O operations for point clouds and meshes
This crate provides functionality to read and write various 3D file formats including PLY, OBJ, and other common point cloud and mesh formats.
Re-exports§
pub use error::*;
Modules§
- error
- Error types for I/O operations
- obj
- OBJ format support
- pasture
- Pasture-based point cloud format support
- ply
- PLY format support
Traits§
- Mesh
Reader - Trait for reading meshes from files
- Mesh
Writer - Trait for writing meshes to files
- Point
Cloud Reader - Trait for reading point clouds from files
- Point
Cloud Writer - Trait for writing point clouds to files
Functions§
- read_
mesh - Auto-detect format and read mesh
- read_
point_ cloud - Auto-detect format and read point cloud