Skip to content

Commit

Permalink
restore editor cam rotation and position
Browse files Browse the repository at this point in the history
  • Loading branch information
Denzy7 committed Apr 24, 2022
1 parent 5977eca commit e994b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/dengitor/src/dengitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ void dengitor_glarea_onrealize(GtkGLArea* area)
camera_component->last_cam = 0;
dengitor.scene_camera->camera_component = camera_component;
dengitor.scene_camera->transform.position[0] = 7.0f;
dengitor.scene_camera->transform.position[1] = 5.0f;
dengitor.scene_camera->transform.position[1] = 7.0f;
dengitor.scene_camera->transform.position[2] = 7.0f;
dengitor.scene_camera->transform.rotation[0] = -22.5;
dengitor.scene_camera->transform.rotation[0] = -45.0;
dengitor.scene_camera->transform.rotation[1] = -135.0;
g_signal_connect(dengitor.viewport_opts_fov,
"value-changed",
Expand Down

0 comments on commit e994b26

Please sign in to comment.