Skip to content
Snippets Groups Projects

Fixes #66 virtual compactify

Merged Nicolas Pope requested to merge bug/66/compactvirt into master
4 files
+ 22
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -42,7 +42,7 @@ public:
return params;
}
void render(const ftl::voxhash::HashData& hashData, const ftl::voxhash::HashParams& hashParams, const DepthCameraParams& cameraParams, const Eigen::Matrix4f& lastRigidTransform);
void render(ftl::voxhash::HashData& hashData, ftl::voxhash::HashParams& hashParams, const DepthCameraParams& cameraParams, const Eigen::Matrix4f& lastRigidTransform);
const RayCastData& getRayCastData(void) {
return m_data;
@@ -60,6 +60,8 @@ private:
void create(const RayCastParams& params);
void destroy(void);
void compactifyHashEntries(ftl::voxhash::HashData& hashData, ftl::voxhash::HashParams& hashParams);
void rayIntervalSplatting(const ftl::voxhash::HashData& hashData, const ftl::voxhash::HashParams& hashParams, const Eigen::Matrix4f& lastRigidTransform); // rasterize
RayCastParams m_params;
Loading