Crate threecrate_io

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

MeshReader
Trait for reading meshes from files
MeshWriter
Trait for writing meshes to files
PointCloudReader
Trait for reading point clouds from files
PointCloudWriter
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