Skip to content

Commit

Permalink
chore(docs): update default reference space (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhc22 authored Oct 21, 2022
1 parent 2b47489 commit 611806e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ function App() {
* 1 = maximum foveation, the edges render at lower resolution
*/
foveation={0}
/** Type of WebXR reference space to use. Default is `local-space` */
referenceSpace="local-space"
/** Type of WebXR reference space to use. Default is `local-floor` */
referenceSpace="local-floor"
/** Called as an XRSession is requested */
onSessionStart={(event: XREvent<XRManagerEvent>) => ...}
/** Called after an XRSession is terminated */
Expand Down

0 comments on commit 611806e

Please sign in to comment.