u36
This commit is contained in:
parent
3bb6cc60a3
commit
dc12adeac2
57 changed files with 392 additions and 206 deletions
BIN
desktopRuntime/resources/assets/eagler/capes/21.15th_anniversary.png
Executable file
BIN
desktopRuntime/resources/assets/eagler/capes/21.15th_anniversary.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 841 B |
BIN
desktopRuntime/resources/assets/eagler/capes/22.vanilla.png
Executable file
BIN
desktopRuntime/resources/assets/eagler/capes/22.vanilla.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 860 B |
BIN
desktopRuntime/resources/assets/eagler/capes/23.tiktok.png
Executable file
BIN
desktopRuntime/resources/assets/eagler/capes/23.tiktok.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 855 B |
BIN
desktopRuntime/resources/assets/eagler/capes/24.purple_heart.png
Executable file
BIN
desktopRuntime/resources/assets/eagler/capes/24.purple_heart.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
desktopRuntime/resources/assets/eagler/capes/25.cherry_blossom.png
Executable file
BIN
desktopRuntime/resources/assets/eagler/capes/25.cherry_blossom.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 689 B |
|
|
@ -46,7 +46,7 @@ uniform float u_blockConstant1f;
|
|||
#define DO_COMPILE_STATE_WAVING_BLOCKS
|
||||
#define FAKE_SIN(valueIn, valueOut)\
|
||||
valueOut = abs(1.0 - fract(valueIn * 0.159155) * 2.0);\
|
||||
valueOut = valueOut * valueOut * (3.0 - 2.0 * valueOut) * 2.0 - 1.0;
|
||||
valueOut = valueOut * valueOut * (6.0 - 4.0 * valueOut) - 1.0;
|
||||
#define LIB_INCLUDE_WAVING_BLOCKS_FUNCTION
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ uniform vec4 u_wavingBlockParam4f;
|
|||
#define DO_COMPILE_STATE_WAVING_BLOCKS
|
||||
#define FAKE_SIN(valueIn, valueOut)\
|
||||
valueOut = abs(1.0 - fract(valueIn * 0.159155) * 2.0);\
|
||||
valueOut = valueOut * valueOut * (3.0 - 2.0 * valueOut) * 2.0 - 1.0;
|
||||
valueOut = valueOut * valueOut * (6.0 - 4.0 * valueOut) - 1.0;
|
||||
#define LIB_INCLUDE_WAVING_BLOCKS_FUNCTION
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ uniform float u_baseScale1f;
|
|||
|
||||
#define FAKE_SIN(valueIn, valueOut)\
|
||||
valueOut = abs(1.0 - fract(valueIn * 0.159155) * 2.0);\
|
||||
valueOut = valueOut * valueOut * (3.0 - 2.0 * valueOut) * 2.0 - 1.0;
|
||||
valueOut = valueOut * valueOut * (6.0 - 4.0 * valueOut) - 1.0;
|
||||
|
||||
void main() {
|
||||
v_occlusion1f = max(textureLod(u_sunOcclusionValue, vec2(0.5, 0.5), 0.0).r * 1.5 - 0.5, 0.0);
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
{"pluginName":"EaglercraftXBungee","pluginVersion":"1.2.6","pluginButton":"Download \"EaglerXBungee-1.2.6.jar\"","pluginFilename":"EaglerXBungee.zip"}
|
||||
{"pluginName":"EaglercraftXBungee","pluginVersion":"1.2.7","pluginButton":"Download \"EaglerXBungee-1.2.7.jar\"","pluginFilename":"EaglerXBungee.zip"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue