Three.js x3 用于Three.js JavaScript 3D库的交互式即插即用调试器和检查器。 UDM yarn add three three-x3 npm install three three-x3 import * as THREE from 'three' ; import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls' import THREEx3 from 'three-x3' ; const x3 = new THREEx3 ( { THREE , OrbitControls , camera , renderer , scene } , { orbit : true , grid : true , axes : true } , ) ; x3 . add ( f