MAJOR rendering overhaul. Snow deformation, persistent light, flowmap out. Also ECS architexture overhaul

This commit is contained in:
Jonas H
2026-03-03 19:30:41 +01:00
parent f615810509
commit 08ddaa2c5d
56 changed files with 2737 additions and 3463 deletions

View File

@@ -2,7 +2,7 @@ use std::collections::HashMap;
use std::rc::Rc;
use crate::entity::EntityHandle;
use crate::mesh::Mesh;
use crate::loaders::mesh::Mesh;
use crate::render::{DrawCall, Pipeline};
pub type DrawHandle = usize;