mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
LOTS of fixes, changes, improvements. changes made is bloated because of a skill issue.
FIXED AND IMPROVED translucent rendering. FIXED random stuff from rendering over the hand. FIXED hand shading. FIXED blue horses. FIXED translucent lighting on the hand. FIXED translucent lighting on entities. IMPROVED colored shadows. IMPROVED SSAO application to the scene. IMPROVED subsurface scattering and give it more settings. IMPROVED bloom. ADD AgX tonemap and make it default.
This commit is contained in:
@ -3,4 +3,4 @@
|
||||
#define LINES
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/all_solid.fsh"
|
||||
#include "/dimensions/all_particles.fsh"
|
@ -3,4 +3,4 @@
|
||||
#define LINES
|
||||
#define END_SHADER
|
||||
|
||||
#include "/dimensions/all_solid.vsh"
|
||||
#include "/dimensions/all_particles.vsh"
|
7
shaders/world1/setup.csh
Normal file
7
shaders/world1/setup.csh
Normal file
@ -0,0 +1,7 @@
|
||||
#version 430 compatibility
|
||||
|
||||
#define RENDER_SETUP
|
||||
|
||||
#include "/lib/settings.glsl"
|
||||
|
||||
#include "/dimensions/setup.csh"
|
5
shaders/world1/shadowcomp.csh
Normal file
5
shaders/world1/shadowcomp.csh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 430 compatibility
|
||||
|
||||
#include "/lib/settings.glsl"
|
||||
|
||||
#include "/dimensions/shadowcomp.csh"
|
Reference in New Issue
Block a user