UNPKG

w3d-lib-three

Version:

自定义r98版three和对应的ObritControl。

22 lines (21 loc) 394 B
# w3d-lib-three 自定义r98版three和对应的ObritControl# 引入方法 #### 1.npm 引入 npm ``` $ npm install w3d-lib-three ``` javascript ```javascript import 'w3d-lib-three'; // 打包后 import 'w3d-lib-three/src';// 源码 ``` #### 2.直接下载 下载 `build`文件夹下的`w3d-lib-three.min.js`;script标签引入 # 调用 直接调用 ``` window.THREE THREE.OrbitControls ```