From 706a8e46b62af1d6d48704c16f7ca9577fe1c51c Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Fri, 28 Jun 2019 16:59:10 +0300 Subject: [PATCH] Alloc before integ but no garbage --- applications/reconstruct/src/voxel_scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/reconstruct/src/voxel_scene.cpp b/applications/reconstruct/src/voxel_scene.cpp index b47977b08..78b981c6e 100644 --- a/applications/reconstruct/src/voxel_scene.cpp +++ b/applications/reconstruct/src/voxel_scene.cpp @@ -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++; } -- GitLab