From b623276fdef5086c2c413f352cbdccfff0cb9c67 Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Fri, 27 Jun 2014 17:39:51 -0700 Subject: [PATCH] Increase the LOD threshold for now to get around spanner issue. --- tests/metavoxels/src/MetavoxelTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metavoxels/src/MetavoxelTests.cpp b/tests/metavoxels/src/MetavoxelTests.cpp index 61ab664310..7b7d0430d0 100644 --- a/tests/metavoxels/src/MetavoxelTests.cpp +++ b/tests/metavoxels/src/MetavoxelTests.cpp @@ -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) {