You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dash_mp_components/metadata.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@
290
290
"raw": "PropTypes.object"
291
291
},
292
292
"required": false,
293
-
"description": "Options used for generating scene.\nSupported options and their defaults are given as follows:\n{\n antialias: true, // set to false to improve performance\n renderer: 'webgl', // 'svg' also an option, used for unit testing\n transparentBackground: false, // transparent background\n background: '#ffffff', // background color if not transparent,\n sphereSegments: 32, // decrease to improve performance\n cylinderSegments: 16, // decrease to improve performance\n staticScene: true, // disable if animation required\n defaultZoom: 0.8, // 1 will completely fill viewport with scene\n extractAxis: false // will remove the axis from the main scene\n isMultiSelectionEnabled: false // allow to use shift to select\n}\nThere are several additional options used for debugging and testing,\nplease consult the source code directly for these."
293
+
"description": "Options used for generating scene.\nSupported options and their defaults are given as follows:\n{\n antialias: true, // set to false to improve performance\n renderer: 'webgl', // 'svg' also an option, used for unit testing\n transparentBackground: false, // transparent background\n background: '#ffffff', // background color if not transparent,\n sphereSegments: 32, // decrease to improve performance\n cylinderSegments: 16, // decrease to improve performance\n staticScene: true, // disable if animation required\n defaultZoom: 0.8, // 1 will completely fill viewport with scene\n extractAxis: false // will remove the axis from the main scene\n isMultiSelectionEnabled: false // allow to use shift to select,\n secondaryObjectView: true // show the selected object in a detail view\n animation: 'play' | 'slider' | 'none' // choose which style of animation is use\n}\nThere are several additional options used for debugging and testing,\nplease consult the source code directly for these."
0 commit comments