Skip to content

Commit 144768c

Browse files
committed
fix for mesh refinement
1 parent bd3b9da commit 144768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/surface/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function SurfaceTrace(scene, surface, uid) {
3030
this.midValues = [0, 0, 0];
3131
this.dataScaleX = 1.0;
3232
this.dataScaleY = 1.0;
33-
this.refineData = false; // this could also be set by user...
33+
this.refineData = true;
3434
}
3535

3636
var proto = SurfaceTrace.prototype;

0 commit comments

Comments
 (0)