use bevy::color::palettes::basic::*; use bevy::color::palettes::css::{BEIGE, MIDNIGHT_BLUE, ORANGE, ORANGE_RED, SEA_GREEN}; use bevy::math::*; use bevy::pbr::{CascadeShadowConfigBuilder, NotShadowCaster}; use bevy::prelude::*; pub fn setup(mut commands: Commands) { // Insert the octree into the ECS }