-
Here's a reference:
https://sites.google.com/site/ofauckland/examples/ofxblurshader-example
-
I think the idea of water on terrain looks good.
**LINKS**
Physics: https://github.com/kripken/ammo.js/
Water shader: https://github.com/jbouny/ocean
-
The best filtering for upscaling pixel-art is neither "nearest" nor "linear", but a combination of the two (i.e. most pixels use "nearest", but screen pixels situated at the border between virtual pix…
-
### Describe the project you are working on
A game making use of dynamic lighting
### Describe the problem or limitation you are having in your project
SDFGI, the solution for open world glob…
-
The minimal case is:
```
precision highp float;
varying vec4 vColor;
void main() {
gl_Position = vec4(0.0, 0.0, 0.0, 1.0);
}
```
using `shader_minifier.exe -o output.glsl --for…
-
I think it would be really cool if we could some how upload shaders from other people in the community and view them as well. Would make this plugin even better.
Maybe need a website if its not po…
-
Hi,
I'm getting the following error even after using the proposed "fix" in ComfyUI manager:
```
Failed to load library ( 'libOpenGL.so.0' ): libOpenGL.so.0: cannot open shared object file: No s…
-
你好,我测试了一个https://www.shadertoy.com/view/ldSSzV 想看看这个库对shadertoy的兼容怎么样,发现不支持手势,而且感觉比较卡,也没看到怎么获取shadertoy在这个库中的一些属性,如:帧率,分辨率,当前播放帧数,
`
body {
margin: 0
}
/*
"Wet st…
-
This problem is similar to #61.
The sRGB standard states that the reference display is assumed to have pure 2.2 gamma (pure power law). But the current implementation of sRGB->bt709 (transfer_chara…
-
The error is as described in this post:
https://forum.unity.com/threads/using-transformation-matrix-leads-to-type-mismatch.466548/
I met the error trying to convert this shader:
https://www.shade…