From 611806e959a45ae60c691ce6a4e0c9a9e1abf730 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 21 Oct 2022 22:53:25 +0100 Subject: [PATCH] chore(docs): update default reference space (#199) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81d338a..4c4ef3a 100644 --- a/README.md +++ b/README.md @@ -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) => ...} /** Called after an XRSession is terminated */