Skip to content

Commit

Permalink
Merge pull request #13 from flame-engine/luan.flame
Browse files Browse the repository at this point in the history
Fix init exception
  • Loading branch information
luanpotter authored Jul 26, 2024
2 parents 1c9023a + a7c196c commit 17617b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/keyboard_controlled_camera.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class KeyboardControlledCamera extends CameraComponent3D
projection: CameraProjection.perspective,
mode: CameraMode.free,
up: Vector3(0, 1, 0),
target: Vector3(0, 0, -1),
fovY: 60,
);

Expand Down

0 comments on commit 17617b4

Please sign in to comment.