摘要: import * as THREE from 'three'; import { GLTFLoader } from "three/examples/jsm/loaders/GLTFLoader"; import { OrbitControls } from "three/examples/jsm/ 阅读全文
posted @ 2022-05-26 16:35 名字不好起啊 阅读(335) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import WebGL from "three/examples/jsm/capabilities/WebGL"; /** * 3d 根据文档学习 2 - 画线 * https://threejs.org/docs/index.htm 阅读全文
posted @ 2022-05-26 16:34 名字不好起啊 阅读(322) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import WebGL from "three/examples/jsm/capabilities/WebGL"; /** * 3d 根据文档学习 1 - 起步 * 绘制过程 * 兼容性检查 * https://threejs.org 阅读全文
posted @ 2022-05-26 16:33 名字不好起啊 阅读(44) 评论(0) 推荐(0) 编辑