mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:53:38 +02:00
Merge pull request #629 from ZappoMan/bug_fixes
make keyhole radius larger
This commit is contained in:
commit
329e59f04e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "AABox.h"
|
||||
#include "VoxelProjectedPolygon.h"
|
||||
|
||||
const float DEFAULT_KEYHOLE_RADIUS = 2.0f;
|
||||
const float DEFAULT_KEYHOLE_RADIUS = 3.0f;
|
||||
|
||||
class ViewFrustum {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue