three.js x3:Three.js JavaScript 3D库的交互式即插即用调试器和检查器 源码
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
文件列表
three_js-x3-main.zip
(预估有个24文件)
three.js-x3-main
yarn.lock
190KB
.eslintrc.js
217B
webpack.config.js
789B
src
x3.test.js
320B
controllers
orbit.js
269B
gui.js
6KB
x3.js
2KB
暂无评论