
three
今昭昭昭
这个作者很懒,什么都没留下…
展开
-
WebGL入门
https://www.cnblogs.com/w-wanglei/p/6648916.html转载 2021-09-17 09:59:29 · 107 阅读 · 0 评论 -
0x 颜色对应代码
https://blog.youkuaiyun.com/gzh0222/article/details/45536885转载 2021-09-13 17:55:41 · 940 阅读 · 0 评论 -
threejs完成一个初步的3D看房!
const renderer = new THREE.WebGL1Renderer()//渲染器const scene = new THREE.Scene()//场景renderer.setPixelRatio(window.devicePixelRatio);//像素const camera = new THREE.PerspectiveCamera(90, window.innerWidth / window.innerHeight, 0.1, 60)//相机const cameracontro原创 2021-07-13 15:02:37 · 990 阅读 · 0 评论 -
初探Threejs
three.js webgl - animation - skinning 这是从three.js官网上的 (model from mixamo.com)copy下来的代码,加了自己的注释!应该算半个原创吧~ <script type="module"> import * as THREE from '../build/three.module.js'; import Stats from './jsm/l...原创 2021-07-12 17:41:39 · 372 阅读 · 0 评论