mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
Increase the LOD threshold for now to get around spanner issue.
This commit is contained in:
parent
f2bdacd5a8
commit
b623276fde
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ TestEndpoint::TestEndpoint(Mode mode) :
|
|||
SLOT(handleHighPriorityMessage(const QVariant&)));
|
||||
|
||||
if (mode == METAVOXEL_CLIENT_MODE) {
|
||||
_lod = MetavoxelLOD(glm::vec3(), 0.01f);
|
||||
_lod = MetavoxelLOD(glm::vec3(), 0.001f);
|
||||
return;
|
||||
}
|
||||
if (mode == METAVOXEL_SERVER_MODE) {
|
||||
|
|
Loading…
Reference in a new issue