refactor: reorganising files

This commit is contained in:
2026-09-05 16:01:31 +02:00
parent f8cfb69b21
commit a241b7fd83
12 changed files with 2179 additions and 3917 deletions
+3 -4
View File
@@ -2,12 +2,11 @@ use std::fs::File;
use std::path::Path;
use glam::Vec3;
use indicatif::ProgressIterator;
use itertools::Itertools;
use crate::voxel_cache::gpu::ExplicitNTreeNode;
use crate::voxel_cache::gpu::StructurePointer;
use crate::voxel_cache::sparse::Color;
use crate::sparse_tree::Color;
use crate::voxel_cache::data::ExplicitNTreeNode;
use crate::voxel_cache::data::StructurePointer;
pub struct BallGenerator<const N: usize>
{