mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-29 08:34:27 +08:00
Reverting to Degree 2 for normal field
This commit is contained in:
@@ -46,7 +46,7 @@ DAMAGE.
|
||||
|
||||
#define DATA_DEGREE 1 // The order of the B-Spline used to splat in data for color interpolation
|
||||
#define WEIGHT_DEGREE 2 // The order of the B-Spline used to splat in the weights for density estimation
|
||||
#define NORMAL_DEGREE 1 // The order of the B-Spline used to splat int the normals for constructing the Laplacian constraints
|
||||
#define NORMAL_DEGREE 2 // The order of the B-Spline used to splat int the normals for constructing the Laplacian constraints
|
||||
|
||||
//#define MAX_MEMORY_GB 15
|
||||
#define MAX_MEMORY_GB 0
|
||||
|
||||
Reference in New Issue
Block a user