mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +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&)));
|
SLOT(handleHighPriorityMessage(const QVariant&)));
|
||||||
|
|
||||||
if (mode == METAVOXEL_CLIENT_MODE) {
|
if (mode == METAVOXEL_CLIENT_MODE) {
|
||||||
_lod = MetavoxelLOD(glm::vec3(), 0.01f);
|
_lod = MetavoxelLOD(glm::vec3(), 0.001f);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (mode == METAVOXEL_SERVER_MODE) {
|
if (mode == METAVOXEL_SERVER_MODE) {
|
||||||
|
|
Loading…
Reference in a new issue