Compare commits

..

6 Commits

Author SHA1 Message Date
Cat Flynn 74876f3e43 adjust orbit speed 2022-09-05 19:58:32 +01:00
Cat Flynn f31f484dc5 move planet around ellipse 2022-09-05 19:58:32 +01:00
ktyl c5aa808198 implement ellipse 2022-09-05 19:58:32 +01:00
ktyl e128f4e856 draw circle 2022-09-05 19:58:32 +01:00
Cat Flynn 2939b6aded import Vim.Math3d 2022-09-05 19:58:32 +01:00
Cat Flynn 2a4c3b4c88 add camera zoom 2022-09-05 19:58:15 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ _zoomSensitivity = 50.0
_cameraPath = NodePath("Camera") _cameraPath = NodePath("Camera")
[node name="Camera" type="Camera" parent="."] [node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 0.964146, 0.265371, 0, -0.265371, 0.964146, 0, 2.21115, 9.48434 ) transform = Transform( 1, 0, 0, 0, 0.964146, 0.265371, 0, -0.265371, 0.964146, 0, 7.12726, 27.3456 )
fov = 25.0 fov = 25.0