Reverting to Degree 2 for normal field

This commit is contained in:
mkazhdan
2015-10-12 13:23:36 -04:00
parent 7f64494155
commit c1996e6cff
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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