1 2 3 4 5 6 7
#[derive(Debug, Clone)] pub struct ClusterBox { ///stores instance ids into grid box clusters pub _dim: [f32;3], pub _divisions: [usize;3], }
1 2 3 4 5 6 7
#[derive(Debug, Clone)] pub struct ClusterBox { ///stores instance ids into grid box clusters pub _dim: [f32;3], pub _divisions: [usize;3], }