mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-23 01:59:39 +08:00
Increased SSS for ENTITY_SSS_WEAK by another 0.05 to make it clearly visible for non-white entities
This commit is contained in:
parent
e2f0053ca7
commit
d8e00679ae
@ -313,7 +313,7 @@ void main() {
|
|||||||
// medium
|
// medium
|
||||||
|
|
||||||
// low
|
// low
|
||||||
if(entityId == ENTITY_SSS_WEAK || entityId == ENTITY_PLAYER) SSSAMOUNT = 0.35;
|
if(entityId == ENTITY_SSS_WEAK || entityId == ENTITY_PLAYER) SSSAMOUNT = 0.4;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user