EG/core/vr/tracking/__init__.py
2025-10-11 16:41:59 +08:00

12 lines
194 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
VR跟踪子系统
负责VR设备的跟踪和姿态管理
- HMD和控制器姿态跟踪
- OpenVR姿态数据处理
- 设备检测和管理
- 控制器类和输入包装
"""
__all__ = []