Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-18 20:45:39 +00:00
parent 42ad659286
commit d8b085e5bd
2 changed files with 35 additions and 100 deletions
+4
View File
@@ -32,6 +32,10 @@ if (navigator.xr) {
const store = createXRStore({
hand: { left: true, right: true },
controller: { left: true, right: true },
sessionInit: {
requiredFeatures: ['local-floor'],
optionalFeatures: ['hit-test', 'plane-detection', 'hand-tracking'],
},
});
// ─── XRModel ───────────────────────────────────────────