mesh correct and textures too

This commit is contained in:
zomseffen 2024-04-27 08:06:18 +02:00
parent 31d4a139ef
commit 8afb2d2a3c
5 changed files with 9 additions and 5 deletions

View file

@ -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(