runmat-plot 0.4.0

GPU-accelerated and static plotting for RunMat with WGPU and Plotters
Documentation
1
2
3
4
5
6
7
8
//! Level-of-detail system
//!
//! Dynamic simplification for large datasets.

// Placeholder for LOD system
pub struct LodManager {
    // TODO: Implement
}