1.0.2 • Published 3 years ago

w3d-lib-three v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

w3d-lib-three

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

引入方法

1.npm 引入

npm

$ npm install w3d-lib-three

javascript

import 'w3d-lib-three'; // 打包后
import 'w3d-lib-three/src';// 源码

2.直接下载

下载 build文件夹下的w3d-lib-three.min.js;script标签引入

调用

直接调用

window.THREE
THREE.OrbitControls