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

Remove starve voxels

parent 0f1dacb5
No related branches found
No related tags found
No related merge requests found
Pipeline #11963 passed
...@@ -238,7 +238,7 @@ void SceneRep::nextFrame() { ...@@ -238,7 +238,7 @@ void SceneRep::nextFrame() {
} else { } else {
//ftl::cuda::compactifyAllocated(m_hashData, m_hashParams, integ_stream_); //ftl::cuda::compactifyAllocated(m_hashData, m_hashParams, integ_stream_);
if (reg_mode_) ftl::cuda::clearVoxels(m_hashData, m_hashParams); if (reg_mode_) ftl::cuda::clearVoxels(m_hashData, m_hashParams);
else ftl::cuda::starveVoxels(m_hashData, m_hashParams, integ_stream_); //else ftl::cuda::starveVoxels(m_hashData, m_hashParams, integ_stream_);
m_numIntegratedFrames = 0; m_numIntegratedFrames = 0;
} }
} }
......
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