mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
CR feedback
This commit is contained in:
parent
7922c3b625
commit
1fc3ad8011
1 changed files with 1 additions and 1 deletions
|
@ -1263,7 +1263,7 @@ bool VoxelSystem::falseColorizeOccludedOperation(VoxelNode* node, void* extraDat
|
||||||
}
|
}
|
||||||
void VoxelSystem::falseColorizeOccluded() {
|
void VoxelSystem::falseColorizeOccluded() {
|
||||||
PerformanceWarning warn(true, "falseColorizeOccluded()",true);
|
PerformanceWarning warn(true, "falseColorizeOccluded()",true);
|
||||||
CoverageMap map(BoundingBox(glm::vec2(-2.f,-2.f), glm::vec2(4.f,4.f)), true);
|
CoverageMap map;
|
||||||
FalseColorizeOccludedArgs args;
|
FalseColorizeOccludedArgs args;
|
||||||
args.viewFrustum = Application::getInstance()->getViewFrustum();
|
args.viewFrustum = Application::getInstance()->getViewFrustum();
|
||||||
args.map = ↦
|
args.map = ↦
|
||||||
|
|
Loading…
Reference in a new issue