安裝? ionic
npm? install? Ionic? -g
安裝 three.js
1.three 模塊化使用THREE.js npm install three.js 后 example中的js文件夾下插件沒有被包含化焕。
? ? ? ? ? ? ? ? ? ? ? ? ? ? 替代方案: npm install three-full
? ? 使用typeScript:npm install three.js? ->? npm install @types/three? 安裝完后安裝three類型庫
? ? 單獨安裝 npm install three-full? 沒有對應(yīng)的類型庫? 使用時沒有 方法提示
? ? ?較方便方案: npm install three.js? ->? npm install @types/three?
? ? ? ? ? ? ? ? import * as THREE from 'three'? ? ? ? 使用時有語法提示
? ? ? ? ? ? ? npm install three-full? ? ? ? ? ? ? ? ? ? ? ? ? ? ? import { OBJLoad } from 'three-full'? 單獨引入THREE中沒有包含的插件兜畸,這部分沒有提示