05 2023 档案
摘要:上一个小案例 import * as THREE from 'three'; const width = 960; const height = 540; // 渲染器 const renderer = new THREE.WebGLRenderer(); //设置像素 renderer.setPi
阅读全文
摘要:webGl和three.js http://webgl3d.cn/pages/aac9ab/ 图形学算法 Web3D WebGPU 下载 yarn add three @types/three 使用 import * as THREE from 'three'; onst scene = new T
阅读全文