lots of skeleton stuff. lots of hacking. mostly hacking
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user