Skip to content

Commit

Permalink
set view cone and dist defaults properly
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainProton42 committed Aug 7, 2021
1 parent 7f75e68 commit ea96a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/godot_holoplay/HoloPlayVolume.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ class HoloPlayVolume : public Spatial {
std::vector<RID> viewports;
std::vector<RID> cameras;

float view_dist = 7.5f; // Distance between focus plane and viewer.
float view_cone = 70.0f; // Viewing cone in degrees.
float view_dist = 1.0f; // Distance between focus plane and viewer.
float view_cone = 80.0f; // Viewing cone in degrees.

QuiltPreset quilt_preset = QuiltPreset::MEDIUM_QUALITY;
int tex_width = 2048;
Expand Down

0 comments on commit ea96a5f

Please sign in to comment.