日常生活的交流与学习

首页 新随笔 联系 管理

2023年6月4日 #

摘要: # `/Users/song/Downloads/WebGPU视频教程/2. 3D几何变换数学基础/9.片元的屏幕坐标/1.片元坐标/index.html` ```html Threejs中文网:http://www.webgl3d.cn/ ``` # `/Users/song/Downloads/ 阅读全文
posted @ 2023-06-04 12:39 lazycookie 阅读(36) 评论(0) 推荐(0) 编辑

摘要: # `/Users/song/Downloads/WebGPU视频教程/1.WebGPU快速入门/9.三角形拼接矩形/2.三角形拼接矩形.html` ```html Threejs中文网:http://www.webgl3d.cn/ ``` # `/Users/song/Downloads/WebG 阅读全文
posted @ 2023-06-04 12:36 lazycookie 阅读(62) 评论(0) 推荐(0) 编辑

摘要: # webgpu的中的顶点插值 1. 正常情况下,顶点着色器都是返回一个四维向量,如果要画一个三角形,呢么就是pos就是我们传入的三个顶点坐标,返回值就是将这些坐标转换成四维向量返回 ```rs // 顶点着色器代码 @vertex fn main(@location(0) pos: vec3) - 阅读全文
posted @ 2023-06-04 11:53 lazycookie 阅读(16) 评论(0) 推荐(0) 编辑