mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:29:30 +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();
|
static_cast<Heightfield*>(_spanner.data())->getRenderer()->render();
|
||||||
}
|
}
|
||||||
|
|
||||||
const int HEIGHTFIELD_BLOCK_SIZE = 32;
|
const int HEIGHTFIELD_BLOCK_SIZE = 256;
|
||||||
|
|
||||||
void ImportHeightfieldTool::apply() {
|
void ImportHeightfieldTool::apply() {
|
||||||
AttributePointer attribute = AttributeRegistry::getInstance()->getAttribute(_editor->getSelectedAttribute());
|
AttributePointer attribute = AttributeRegistry::getInstance()->getAttribute(_editor->getSelectedAttribute());
|
||||||
|
|
Loading…
Reference in a new issue