mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Scratch that last change; it wasn't the problem.
This commit is contained in:
parent
a16b54a34a
commit
16de6a130b
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ void MetavoxelSystem::simulate(float deltaTime) {
|
|||
}
|
||||
|
||||
SimulateVisitor simulateVisitor(deltaTime, getLOD());
|
||||
guide(simulateVisitor);
|
||||
guideToAugmented(simulateVisitor);
|
||||
}
|
||||
|
||||
class RenderVisitor : public MetavoxelVisitor {
|
||||
|
@ -199,7 +199,7 @@ void MetavoxelSystem::render() {
|
|||
viewFrustum->getNearBottomLeft(), viewFrustum->getNearBottomRight());
|
||||
|
||||
RenderVisitor renderVisitor(getLOD());
|
||||
guide(renderVisitor);
|
||||
guideToAugmented(renderVisitor, true);
|
||||
|
||||
if (!_heightfieldBaseBatches.isEmpty() && Menu::getInstance()->isOptionChecked(MenuOption::RenderHeightfields)) {
|
||||
glEnableClientState(GL_VERTEX_ARRAY);
|
||||
|
|
Loading…
Reference in a new issue