Increase the LOD threshold for now to get around spanner issue.

This commit is contained in:
Andrzej Kapolka 2014-06-27 17:39:51 -07:00
parent f2bdacd5a8
commit b623276fde

View file

@ -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) {