Skip to content

Commit

Permalink
Changed camera
Browse files Browse the repository at this point in the history
  • Loading branch information
manforowicz committed Apr 25, 2023
1 parent 72fc09f commit cc982bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ unique_name_in_owner = true

[node name="Camera" type="Camera3D" parent="SimView/View/World/CameraPivot"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6.234)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7.49388)
keep_aspect = 0
current = true

[node name="DirectionalLight3D" type="DirectionalLight3D" parent="SimView/View/World/CameraPivot/Camera"]
transform = Transform3D(1, 0, 0, 0, 0.997819, -0.0660129, 0, 0.0660129, 0.997819, 0, 0, 0.688)
transform = Transform3D(1, 0, 0, 0, 0.997819, -0.0660129, 0, 0.0660129, 0.997819, 0, 0, 2.52329)
directional_shadow_mode = 0

[node name="CubeSat" type="Node" parent="SimView/View/World"]
Expand Down
4 changes: 4 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ movie_writer/fps=30
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":2,"position":Vector2(126, 19),"global_position":Vector2(130, 62),"factor":1.0,"button_index":2,"pressed":true,"double_click":false,"script":null)
]
}

[rendering]

renderer/rendering_method="gl_compatibility"

0 comments on commit cc982bc

Please sign in to comment.