Skip to content

Commit 7818ec3

Browse files
committed
Update documentation
1 parent bc57982 commit 7818ec3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/components/Simple3DScene.react.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ SceneComponent.propTypes = {
3939
* staticScene: true, // disable if animation required
4040
* defaultZoom: 0.8, // 1 will completely fill viewport with scene
4141
* extractAxis: false // will remove the axis from the main scene
42-
* isMultiSelectionEnabled: false // allow to use shift to select
42+
* 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
4345
* }
4446
* There are several additional options used for debugging and testing,
4547
* please consult the source code directly for these.

0 commit comments

Comments
 (0)