dolphin-li / DynamicFusion

An implementation of the CVPR best paper Dynamic Fusion
102 stars 42 forks source link

Did you finish this repo? #8

Open Chang-Che-Kuei opened 3 years ago

Chang-Che-Kuei commented 3 years ago

Hi, I found a function called beginConstructRowPtr() in CudaBsrMatrix.cpp,

void CudaBsrMatrix::beginConstructRowPtr() { if (m_blocksInRow == 0) return; }

This function didn't do anything. I think it should fills in the bsrRowPtr(), right?