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

Slight reduction in smoothing params

parent b01c3738
No related branches found
No related tags found
1 merge request!90Implement #150 splat resizing
Pipeline #12712 passed
......@@ -401,8 +401,8 @@ __device__ inline float warpMin(float e) {
#define ENERGY_THRESHOLD 0.1f
#define SMOOTHING_MULTIPLIER_A 10.0f // For surface search
#define SMOOTHING_MULTIPLIER_B 5.0f // For z contribution
#define SMOOTHING_MULTIPLIER_C 5.0f // For colour contribution
#define SMOOTHING_MULTIPLIER_B 4.0f // For z contribution
#define SMOOTHING_MULTIPLIER_C 4.0f // For colour contribution
/*
......
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