impl: PBR!

This commit is contained in:
zack 2025-01-12 18:08:02 -05:00
parent 45498f28be
commit 46ab3dd700
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
7 changed files with 359 additions and 355 deletions

View file

@ -17,8 +17,8 @@ pub struct UniformBufferObject {
pub model: Mat4,
pub view: Mat4,
pub proj: Mat4,
// pub camera_pos: Vec3,
// pub material: Material,
pub camera_pos: Vec3,
pub material: Material,
}
#[repr(C)]