Structures display implemented on map except their rotations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user