Auto-sync: 2026-04-20 09:58

This commit is contained in:
2026-04-20 09:58:08 +08:00
parent d7bf4ae6de
commit 455f7a3c40
53 changed files with 1889 additions and 0 deletions

27
wiki/concepts/WebXR.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: "WebXR"
type: concept
tags: [xr, webxr, standard, api]
date: 2026-04-20
---
## Definition
WebXR Device API 是 W3C 制定的浏览器标准接口用于提供沉浸式虚拟现实VR和增强现实AR体验。
## Core Attributes
- 浏览器原生支持
- 跨平台兼容性
- 手势追踪输入
- 头部追踪和空间定位
## Related Concepts
- [[Spatial Computing]]:应用场景
- [[Immersive-Cockpit]]:应用模式
## Related Entities
- [[A-Frame]]WebXR 框架
- [[Three.js]]3D 渲染库
- [[Babylon.js]]3D 引擎
## Application
浏览器端 VR/AR 应用、沉浸式游戏、XR 培训体验