《WebGL着色器入门(六)绘制函数图像》的评论 http://cesium.xin/wordpress/archives/webgl-function-image.html 学习cesiumjs 的好地方--伐罗密 Tue, 19 Nov 2024 03:04:54 +0000 hourly 1 https://wordpress.org/?v=4.9.26 作者:Elusive http://cesium.xin/wordpress/archives/webgl-function-image.html#comment-3093 Fri, 24 Jun 2022 00:20:25 +0000 http://cesium.xin/wordpress/?p=3070#comment-3093 下面不是有讲解吗

]]>
作者:pop804347424 http://cesium.xin/wordpress/archives/webgl-function-image.html#comment-3082 Thu, 23 Jun 2022 08:01:04 +0000 http://cesium.xin/wordpress/?p=3070#comment-3082 不是很理解颜色浓度,plot这个函数做了什么呢?返回值是什么?

]]>
作者:Elusive http://cesium.xin/wordpress/archives/webgl-function-image.html#comment-2561 Wed, 06 Apr 2022 08:15:37 +0000 http://cesium.xin/wordpress/?p=3070#comment-2561 效果不一样,你的这段代码可以绘制红线没法指定线的宽度

]]>
作者:jlcdhznextwhere http://cesium.xin/wordpress/archives/webgl-function-image.html#comment-2560 Wed, 06 Apr 2022 07:40:43 +0000 http://cesium.xin/wordpress/?p=3070#comment-2560 我直接这样红线也是出来了呀,方法二的目的是为了介绍smoothstep这个函数么
if(gl_FragCoord.x==gl_FragCoord.y){
gl_FragColor=vec4(1.0,0.0,0.0,1.0);
}

]]>
作者:Elusive http://cesium.xin/wordpress/archives/webgl-function-image.html#comment-2224 Tue, 09 Nov 2021 03:15:01 +0000 http://cesium.xin/wordpress/?p=3070#comment-2224 gl_开头的是内置的 , u_resolution是你当前使用的这个环境传递进来的

]]>
作者:1207606080 http://cesium.xin/wordpress/archives/webgl-function-image.html#comment-2219 Sat, 06 Nov 2021 14:06:16 +0000 http://cesium.xin/wordpress/?p=3070#comment-2219 请问 u_resolution 这个变量是内置的吗,uniform声明的都是内置变量,从外部传的是什么意思呢

]]>