Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
apartment for AR
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Jul 4, 2024
1 parent b5a0326 commit 3ba27d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/immersiveAR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { useRouteScene } from '../sceneRoute'
import { DetectedMeshes, DetectedPlanes } from './XRMeshes'

export default function ImmersiveAR() {
useRouteScene('default-project', 'public/scenes/default.gltf')
useRouteScene('default-project', 'public/scenes/apartment.gltf')
useNetwork({ online: false })
useLoadEngineWithScene()
const viewerEntity = useMutableState(EngineState).viewerEntity.value
Expand Down

0 comments on commit 3ba27d7

Please sign in to comment.