impl: PBR!
This commit is contained in:
parent
45498f28be
commit
46ab3dd700
7 changed files with 359 additions and 355 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue