mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
improve fog upsampler and filtered effects upsampler. improve metals in specular reflections. fix end and nether not compiling, and fix SSAO making them black. redo water shader. added water caustics strength misc setting. add 2 new post process types "xonk tonemapp" and "full reinhard". create overdraw prevention for DH shadowmap. fix SSS with dh shadowmap. tweak screenspace shadow SSS to be better in the distance. add fog behind glass. move water fog to be done in the fog behind glass pass.
This commit is contained in:
5
shaders/world1/composite.fsh
Normal file
5
shaders/world1/composite.fsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/fogBehindTranslucent_pass.fsh"
|
5
shaders/world1/composite.vsh
Normal file
5
shaders/world1/composite.vsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/fogBehindTranslucent_pass.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite1.fsh"
|
||||
#include "/dimensions/composite.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite1.vsh"
|
||||
#include "/dimensions/composite.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite10.fsh"
|
||||
#include "/dimensions/composite9.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite10.vsh"
|
||||
#include "/dimensions/composite9.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite11.fsh"
|
||||
#include "/dimensions/composite10.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite11.vsh"
|
||||
#include "/dimensions/composite10.vsh"
|
5
shaders/world1/composite12.fsh
Normal file
5
shaders/world1/composite12.fsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite11.fsh"
|
5
shaders/world1/composite12.vsh
Normal file
5
shaders/world1/composite12.vsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite11.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite2.fsh"
|
||||
#include "/dimensions/composite1.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite2.vsh"
|
||||
#include "/dimensions/composite1.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite3.fsh"
|
||||
#include "/dimensions/composite2.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite3.vsh"
|
||||
#include "/dimensions/composite2.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite4.fsh"
|
||||
#include "/dimensions/composite3.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite4.vsh"
|
||||
#include "/dimensions/composite3.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite5.fsh"
|
||||
#include "/dimensions/composite4.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite5.vsh"
|
||||
#include "/dimensions/composite4.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite6.fsh"
|
||||
#include "/dimensions/composite5.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite6.vsh"
|
||||
#include "/dimensions/composite5.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite7.fsh"
|
||||
#include "/dimensions/composite6.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite7.vsh"
|
||||
#include "/dimensions/composite6.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite8.fsh"
|
||||
#include "/dimensions/composite7.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite8.vsh"
|
||||
#include "/dimensions/composite7.vsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite9.fsh"
|
||||
#include "/dimensions/composite8.fsh"
|
@ -2,4 +2,4 @@
|
||||
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/composite9.vsh"
|
||||
#include "/dimensions/composite8.vsh"
|
Reference in New Issue
Block a user