《WebGL着色器入门(三)基础语法》的评论 http://cesium.xin/wordpress/archives/webgl-shader-basic.html 学习cesiumjs 的好地方--伐罗密 Sat, 20 Apr 2024 10:59:16 +0000 hourly 1 https://wordpress.org/?v=4.9.25 作者:pop804347424 http://cesium.xin/wordpress/archives/webgl-shader-basic.html#comment-3168 Wed, 06 Jul 2022 03:11:51 +0000 http://cesium.xin/wordpress/?p=2913#comment-3168 2*2矩阵由4个数组成,假设 mt2 = (1,2,3,4),
因为矩阵是列主序,所以排列方式是左上是1,左下是2,右上是3,右下是4(如果是行主序,那么左上是1,右上是2,左下是3,右下是4),
使用vec2定义了vv2,vv2是一个二维向量,
mt2[0]表示获取矩阵的第一列,即(1,2)
那么vv2的值就是(1,2)

]]>
作者:Elusive http://cesium.xin/wordpress/archives/webgl-shader-basic.html#comment-3094 Fri, 24 Jun 2022 00:23:39 +0000 http://cesium.xin/wordpress/?p=2913#comment-3094 https://zhuanlan.zhihu.com/p/138920694

]]>
作者:pop804347424 http://cesium.xin/wordpress/archives/webgl-shader-basic.html#comment-3079 Thu, 23 Jun 2022 07:29:21 +0000 http://cesium.xin/wordpress/?p=2913#comment-3079 请问,矢量和矩阵那里,vec2 vv2 = mt2[0]这个表示什么意思?矩阵是主列序是什么意思啊

]]>
作者:Elusive http://cesium.xin/wordpress/archives/webgl-shader-basic.html#comment-1169 Mon, 07 Sep 2020 12:33:01 +0000 http://cesium.xin/wordpress/?p=2913#comment-1169 https://hqcode.gitee.io/webgl_book/

]]>
作者:540251376 http://cesium.xin/wordpress/archives/webgl-shader-basic.html#comment-1164 Mon, 07 Sep 2020 01:00:18 +0000 http://cesium.xin/wordpress/?p=2913#comment-1164 加油

]]>
作者:啥也不会的小菜鸟 http://cesium.xin/wordpress/archives/webgl-shader-basic.html#comment-1139 Fri, 04 Sep 2020 01:13:25 +0000 http://cesium.xin/wordpress/?p=2913#comment-1139 大佬 请问有没有推荐的webgl教材和视频教程? 谢谢!!

]]>