mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
make occlusion culling default
This commit is contained in:
parent
78611e30e7
commit
17e70271ff
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ AvatarData::AvatarData(Node* owningNode) :
|
|||
_wantResIn(false),
|
||||
_wantColor(true),
|
||||
_wantDelta(false),
|
||||
_wantOcclusionCulling(false),
|
||||
_wantOcclusionCulling(true),
|
||||
_headData(NULL),
|
||||
_handData(NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue