refactor: reorganising files
This commit is contained in:
+3
-4
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user