2025-03-26 19:45:13 +01:00

11 lines
308 B
Rust

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
}