Skip to content
Snippets Groups Projects

Implement #147 clipping

Merged Nicolas Pope requested to merge feature/147/clipping into master
3 files
+ 43
15
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,8 +28,8 @@ struct __align__(16) HashParams {
@@ -28,8 +28,8 @@ struct __align__(16) HashParams {
unsigned int m_integrationWeightSample;
unsigned int m_integrationWeightSample;
unsigned int m_integrationWeightMax;
unsigned int m_integrationWeightMax;
int3 m_minBounds;
float3 m_minBounds;
int3 m_maxBounds;
float3 m_maxBounds;
float m_spatialSmoothing;
float m_spatialSmoothing;
float m_colourSmoothing;
float m_colourSmoothing;
float m_confidenceThresh;
float m_confidenceThresh;
Loading