changed texture format

This commit is contained in:
Lauchmelder 2021-12-25 16:51:55 +01:00
parent 97001e5460
commit babe2a2afb
5 changed files with 21 additions and 10 deletions

View file

@ -43,7 +43,7 @@ private:
WindowData data;
OrbitingCamera camera;
float pitch, yaw;
float pitch, yaw, distance;
Topology* topology;
};