From f2f7335f58c4fc12257832e37218ddb6b0f2ca8a Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Thu, 20 Nov 2014 17:16:52 -0800 Subject: [PATCH] Increase the block size, reduce the overhead. --- interface/src/ui/MetavoxelEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/ui/MetavoxelEditor.cpp b/interface/src/ui/MetavoxelEditor.cpp index 7a24b4d71c..b6b43c4baf 100644 --- a/interface/src/ui/MetavoxelEditor.cpp +++ b/interface/src/ui/MetavoxelEditor.cpp @@ -792,7 +792,7 @@ void ImportHeightfieldTool::renderPreview() { static_cast(_spanner.data())->getRenderer()->render(); } -const int HEIGHTFIELD_BLOCK_SIZE = 32; +const int HEIGHTFIELD_BLOCK_SIZE = 256; void ImportHeightfieldTool::apply() { AttributePointer attribute = AttributeRegistry::getInstance()->getAttribute(_editor->getSelectedAttribute());