โ๏ธReact-Three-Fiber
Looking Glass WebXR brings Looking Glass support to React-Three-Fiber. Take advantage of this incredible ecosystem of components and build on the shoulders of giants with this powerful toolset.
Getting Started
Setting up your scene for WebXR
WebXRImporting Looking Glass WebXR
Looking Glass WebXRnpm install @lookingglass/webxryarn install @lookingglass/webxrimport { LookingGlassWebXRPolyfill, LookingGlassConfig } from "@lookingglass/webxr"
const config = LookingGlassConfig
config.targetY = 0
config.targetZ = 0
config.targetDiam = 3
config.fovy = (40 * Math.PI) / 180
new LookingGlassWebXRPolyfill()Live Examples
Last updated
Was this helpful?