《Cesium实战(二十二)自定义entity动态纹理》的评论 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html 学习cesiumjs 的好地方--伐罗密 Wed, 20 Nov 2024 01:45:23 +0000 hourly 1 https://wordpress.org/?v=4.9.26 作者:wxid_ydf7sjl5oja622 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-3095 Fri, 24 Jun 2022 00:41:27 +0000 http://cesium.xin/wordpress/?p=1764#comment-3095 请问这个问题解决了吗?我也遇到了同样的问题

]]>
作者:1223958138 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-2125 Fri, 03 Sep 2021 07:43:04 +0000 http://cesium.xin/wordpress/?p=1764#comment-2125 使用 materialInput.st 可以拿到 0~1 的坐标系,拿 0~实际大小 的坐标系的时候遇到了几个问题想问下:
1. 0~实际大小的坐标系可以用 gl_FragCoord.xy,但是做出的材质不是固定在几何体上而是会随屏幕的移动而移动,并且改变俯仰角(pitch),材质始终会面向屏幕。
2. 我用 dFdx() 和 dFdy() 通过换算能够拿到坐标系,材质也不会随屏幕移动或者始终面向屏幕,但是缩放后会非常不清晰,变成类似雪花屏的样子,代码如下
vec2 get_coord(vec2 st) {
vec2 dx = dFdx(st);
vec2 dy = dFdy(st);

float pixel_size_x = length(dx);
float pixel_size_y = length(dy);

return vec2(st.x / pixel_size_x, st.y / pixel_size_y);
}

想问下怎么解决这个问题,非常感谢!

]]>
作者:362404038 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-2022 Mon, 28 Jun 2021 08:36:46 +0000 http://cesium.xin/wordpress/?p=1764#comment-2022 解决了,谢谢!

]]>
作者:Elusive http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-2021 Mon, 28 Jun 2021 08:25:02 +0000 http://cesium.xin/wordpress/?p=1764#comment-2021 http://cesium.xin/wordpress/archives/cesium-custom-entity-dynamic-improve.html

]]>
作者:362404038 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-2020 Mon, 28 Jun 2021 08:24:11 +0000 http://cesium.xin/wordpress/?p=1764#comment-2020 你好,我把材质设置了一个duration之后赋给了一个wall,又设置了不同的duration之后赋给了另一个wall,但是第二个wall的流动速率跟第一个是一致的,没有改变,我想让两个wall的流动速率不同,请问这个应该怎么解决?

]]>
作者:1223197261 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-1985 Wed, 12 May 2021 14:53:50 +0000 http://cesium.xin/wordpress/?p=1764#comment-1985 嗯,我想实现的是在这个代码层次上,修改让图片斜向移动或者反向移动这样的,请问大佬这样能实现吗

]]>
作者:Elusive http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-1984 Wed, 12 May 2021 13:23:47 +0000 http://cesium.xin/wordpress/?p=1764#comment-1984 http://cesium.xin/wordpress/archives/webgl-texture.html

]]>
作者:1223197261 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-1983 Wed, 12 May 2021 08:10:54 +0000 http://cesium.xin/wordpress/?p=1764#comment-1983 有大佬会调整动态纹理的流向吗。。。

]]>
作者:15938738537 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-1972 Tue, 27 Apr 2021 07:26:42 +0000 http://cesium.xin/wordpress/?p=1764#comment-1972 加一

]]>
作者:15938738537 http://cesium.xin/wordpress/archives/cesium-dynamic-entity.html#comment-1970 Tue, 27 Apr 2021 06:14:11 +0000 http://cesium.xin/wordpress/?p=1764#comment-1970 为什么没有找到cesium。的defineproperties属性,还有这个评论为啥不让输入英文。。。

]]>