diff --git a/interface/src/LODManager.h b/interface/src/LODManager.h index 98ababbda0..b0185b528f 100644 --- a/interface/src/LODManager.h +++ b/interface/src/LODManager.h @@ -17,8 +17,8 @@ #include #include -const float DEFAULT_DESKTOP_LOD_DOWN_FPS = 30.0; -const float DEFAULT_HMD_LOD_DOWN_FPS = 60.0; +const float DEFAULT_DESKTOP_LOD_DOWN_FPS = 15.0; +const float DEFAULT_HMD_LOD_DOWN_FPS = 30.0; const float MAX_LIKELY_DESKTOP_FPS = 59.0; // this is essentially, V-synch - 1 fps const float MAX_LIKELY_HMD_FPS = 74.0; // this is essentially, V-synch - 1 fps const float INCREASE_LOD_GAP = 15.0f;