Skip to content
Snippets Groups Projects
Commit 706a8e46 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Alloc before integ but no garbage

parent b29e7a08
No related branches found
No related tags found
1 merge request!55Resolves #103 with integration refactor
Pipeline #11931 passed
...@@ -133,7 +133,7 @@ void SceneRep::integrate() { ...@@ -133,7 +133,7 @@ void SceneRep::integrate() {
//volumetrically integrate the depth data into the depth SDFBlocks //volumetrically integrate the depth data into the depth SDFBlocks
_integrateDepthMap(cam.gpu, cam.params); _integrateDepthMap(cam.gpu, cam.params);
_garbageCollect(cam.gpu); //_garbageCollect(cam.gpu);
m_numIntegratedFrames++; m_numIntegratedFrames++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment