File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/brainbrowser/surface-viewer/modules Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments