lots of skeleton stuff. lots of hacking. mostly hacking

This commit is contained in:
2021-02-12 00:27:11 -08:00
parent 9f4c8a856c
commit 189805dd13
8 changed files with 687 additions and 155 deletions

View File

@@ -1,7 +1,8 @@
use bytemuck::__core::ops::Range;
use bytemuck::{Zeroable, Pod};
use crate::{OPENGL_TO_WGPU_MATRIX, DirectionalLight, Position};
use cgmath::Point3;
use crate::render::OPENGL_TO_WGPU_MATRIX;
use crate::components::DirectionalLight;
#[repr(C)]