Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish committed Oct 23, 2024
1 parent 1337a68 commit 0992e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/modelviewer.dev/data/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
"htmlName": "maxCameraOrbit",
"description": "Set the maximum orbital values of the camera. Takes values in the same form as camera-orbit, but does not support <span class='attribute'>env()</span>. Note \"Infinity\" is not an accepted keyword, but the default can still be obtained by passing \"auto\". The radius value for \"auto\" is the same as the <span class='attribute'>camera-orbit</span> radius \"auto\" value.",
"default": {
"default": "Infinity 157.5deg auto",
"default": "Infinity 180deg auto",
"options": "$theta $phi $radius"
}
},
Expand All @@ -627,7 +627,7 @@
"htmlName": "minCameraOrbit",
"description": "Set the minimum orbital values of the camera. Note \"Infinity\" is not an accepted keyword, but the default can still be obtained by passing \"auto\". The radius value for \"auto\" is a conservative value to ensure the camera never enters the model, so be careful when setting this to another value.",
"default": {
"default": "-Infinity 22.5deg auto",
"default": "-Infinity 0deg auto",
"options": "$theta $phi $radius"
}
},
Expand Down

0 comments on commit 0992e1c

Please sign in to comment.