Threejs:安装及其环境

vue3框架

安装:

npm install three

导入:

// 方式 1: 导入整个 three.js核心库

import * as THREE from 'three'; const scene = new THREE.Scene();

 

// 方式 2: 仅导入你所需要的部分

import { Scene } from 'three'; const scene = new Scene();

 

posted on 2022-12-05 10:18  香香鲲  阅读(300)  评论(0编辑  收藏  举报