空间控制 支持多种运动模式和可配置输入设置的3D运动控制器。 · 安装 该库需要对等依赖项 。 npm install three spatial-controls 用法 import { Clock , Quaternion , Vector3 } from "three" ; import { SpatialControls } from "spatial-controls" ; const position = new Vector3 ( ) ; const rotation = new Quaternion ( ) ; const domElement = document .