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
This commit is part of merge request !55. Comments created here will be created in the context of that merge request.
......@@ -133,7 +133,7 @@ void SceneRep::integrate() {
//volumetrically integrate the depth data into the depth SDFBlocks
_integrateDepthMap(cam.gpu, cam.params);
_garbageCollect(cam.gpu);
//_garbageCollect(cam.gpu);
m_numIntegratedFrames++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment