mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Increase the block size, reduce the overhead.
This commit is contained in:
parent
1e294e043b
commit
f2f7335f58
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ void ImportHeightfieldTool::renderPreview() {
|
|||
static_cast<Heightfield*>(_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());
|
||||
|
|
Loading…
Reference in a new issue