Skip to content

Commit 6140b37

Browse files
committed
removed objectOffset bound modifications from gl3d scene
1 parent 392ec3e commit 6140b37

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/plots/gl3d/scene.js

-5
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,6 @@ function computeTraceBounds(scene, trace, bounds) {
380380
}
381381
}
382382
}
383-
384-
if(trace.type === 'surface') {
385-
bounds[0][d] += trace._objectOffset[d];
386-
bounds[1][d] += trace._objectOffset[d];
387-
}
388383
}
389384
}
390385

0 commit comments

Comments
 (0)