We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc57982 commit 7818ec3Copy full SHA for 7818ec3
src/lib/components/Simple3DScene.react.js
@@ -39,7 +39,9 @@ SceneComponent.propTypes = {
39
* staticScene: true, // disable if animation required
40
* defaultZoom: 0.8, // 1 will completely fill viewport with scene
41
* extractAxis: false // will remove the axis from the main scene
42
- * isMultiSelectionEnabled: false // allow to use shift to select
+ * isMultiSelectionEnabled: false // allow to use shift to select,
43
+ * secondaryObjectView: true // show the selected object in a detail view
44
+ * animation: 'play' | 'slider' | 'none' // choose which style of animation is use
45
* }
46
* There are several additional options used for debugging and testing,
47
* please consult the source code directly for these.
0 commit comments