Skip to content

Commit 44a6a35

Browse files
committed
Remove some spurious code
1 parent 3eaeffd commit 44a6a35

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/brainbrowser/surface-viewer/modules/loading.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ BrainBrowser.SurfaceViewer.modules.loading = function(viewer) {
188188
* * **pick_ignore** Ignore this object when picking.
189189
* * **recenter** Shift object vertex positions to be relative to the centroid (can
190190
* help with transparency).
191-
* * **model_centric** the origin of the model will be the center of the model.
192191
* * **parse** Parsing options to pass to the worker that will be used to parse the
193192
* input file.
194193
*
@@ -218,7 +217,6 @@ BrainBrowser.SurfaceViewer.modules.loading = function(viewer) {
218217
* * **pick_ignore** Ignore this object when picking.
219218
* * **recenter** Shift object vertex positions to be relative to the centroid (can
220219
* help with transparency).
221-
* * **model_centric** the origin of the model will be the center of the model.
222220
* * **parse** Parsing options to pass to the worker that will be used to parse the
223221
* input file.
224222
*
@@ -671,7 +669,6 @@ BrainBrowser.SurfaceViewer.modules.loading = function(viewer) {
671669
indices: shape_data.indices,
672670
normals: model_data.normals,
673671
colors: model_data.colors,
674-
model_centric: options.model_centric,
675672
};
676673

677674
shape.userData.pick_ignore = pick_ignore;

0 commit comments

Comments
 (0)