Structures display implemented on map except their rotations

This commit is contained in:
2022-11-01 03:22:59 +01:00
parent ed693ef144
commit b59aa96b97
3 changed files with 91 additions and 44 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ impl CameraState {
CameraState {
aspect_ratio: 1_024.0 / 768.0,
// The second coordinate is for the altitude.
//position: (3_646.41, 12.3622, 13_113.7),
position: (0.0, 0.0, 0.0),
position: (3_646.41, 12.3622, 13_113.7),
direction: (0.0, 0.0, -1.0),
moving_up: false,
moving_left: false,