05 2023 档案

摘要:three.js 入门学习(二)上一个小案例 import * as THREE from 'three'; const width = 960; const height = 540; // 渲染器 const renderer = new THREE.WebGLRenderer(); //设置像素 renderer.setPi 阅读全文
posted @ 2023-05-14 17:38 猫神甜辣酱 阅读(158) 评论(0) 推荐(0) 编辑
摘要:webGl和three.js http://webgl3d.cn/pages/aac9ab/ 图形学算法 Web3D WebGPU 下载 yarn add three @types/three 使用 import * as THREE from 'three'; onst scene = new T 阅读全文
posted @ 2023-05-03 16:34 猫神甜辣酱 阅读(65) 评论(0) 推荐(0) 编辑