mesh correct and textures too
This commit is contained in:
parent
31d4a139ef
commit
8afb2d2a3c
5 changed files with 9 additions and 5 deletions
src
|
@ -307,7 +307,7 @@ impl App {
|
|||
|
||||
let model = buffer::Mat4::from_axis_angle(
|
||||
vec3(0.0, 0.0, 1.0),
|
||||
cgmath::Deg(90.0) * time
|
||||
cgmath::Deg(90.0) * 0.0 //time
|
||||
);
|
||||
|
||||
let view = buffer::Mat4::look_at_rh(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue