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

11 lines
144 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元素的可视化
- 控制器3D模型渲染
- 交互射线和指示器
- VR特效管理
"""
__all__ = []