Cave bush textures

This commit is contained in:
paulevsGitch 2021-03-14 06:55:39 +03:00
parent b66f074fdb
commit f926412c11
8 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
"defaultMaterial": "betterend:waving_glow_50_blue"
"defaultMaterial": "betterend:waving_glow_80_blue"
}

View file

@ -0,0 +1,8 @@
{
"layers": [
{
"vertexSource": "betterend:shaders/material/wave.vert",
"fragmentSource": "betterend:shaders/material/glow_80_blue.frag"
}
]
}

View file

@ -0,0 +1,6 @@
#include frex:shaders/api/fragment.glsl
#include frex:shaders/lib/math.glsl
void frx_startFragment(inout frx_FragmentData fragData) {
fragData.emissivity = (fragData.spriteColor.b > 0.8) ? 1.0 : 0;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 237 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 271 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 278 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 275 B

Before After
Before After