//! Visualization and rendering for 3D data
//!
//! This crate provides real-time visualization capabilities for point clouds
//! and meshes using wgpu and winit:
//! - Interactive 3D viewer with UI controls
//! - Point cloud rendering
//! - Mesh rendering with lighting
//! - Camera controls
//! - Algorithm parameter controls
pub use *;
pub use *;
use ;
/// Show a point cloud in an interactive viewer
/// Show a mesh in an interactive viewer