mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 07:57:55 +08:00
make water exist again
This commit is contained in:
parent
36e6720d8e
commit
7eb49cd12c
@ -22,22 +22,22 @@ blend.gbuffers_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
|||||||
|
|
||||||
# SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE ZERO
|
# SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE ZERO
|
||||||
# SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
# SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
||||||
blend.gbuffers_hand_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE ZERO
|
blend.gbuffers_hand_water=SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE ZERO
|
||||||
blend.gbuffers_damagedblock = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
|
||||||
|
|
||||||
blend.gbuffers_entities = off
|
blend.gbuffers_entities = off
|
||||||
blend.gbuffers_hand = off
|
blend.gbuffers_hand = off
|
||||||
blend.gbuffers_block= off
|
blend.gbuffers_block= off
|
||||||
blend.gbuffers_basic= off
|
blend.gbuffers_basic= off
|
||||||
|
blend.gbuffers_damagedblock= SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
||||||
blend.gbuffers_skytextured=off
|
blend.gbuffers_skytextured=off
|
||||||
|
|
||||||
blend.gbuffers_water.colortex11 = off
|
blend.gbuffers_water.colortex11 = off
|
||||||
|
|
||||||
|
alphaTest.gbuffers_armor_glint=false
|
||||||
|
|
||||||
alphaTest.gbuffers_entities=GREATER 0.1
|
alphaTest.gbuffers_entities=GREATER 0.1
|
||||||
|
|
||||||
alphaTest.gbuffers_water=flase
|
|
||||||
alphaTest.gbuffers_armor_glint=false
|
|
||||||
alphaTest.gbuffers_weather=false
|
alphaTest.gbuffers_weather=false
|
||||||
|
alphaTest.gbuffers_water=false
|
||||||
alphaTest.gbuffers_skybasic=false
|
alphaTest.gbuffers_skybasic=false
|
||||||
alphaTest.gbuffers_skytextured=false
|
alphaTest.gbuffers_skytextured=false
|
||||||
alphaTest.gbuffers_hand=true
|
alphaTest.gbuffers_hand=true
|
||||||
@ -129,7 +129,7 @@ screen = [Direct_Light] [World] [Ambient_light] [Fog] [Post_Processing] [Clouds]
|
|||||||
screen.Sky = [Sky_coefficients] [Sun_and_Moon_Colors] sunPathRotation
|
screen.Sky = [Sky_coefficients] [Sun_and_Moon_Colors] sunPathRotation
|
||||||
|
|
||||||
screen.Sky_coefficients.columns=1
|
screen.Sky_coefficients.columns=1
|
||||||
screen.Sky_coefficients = Sky_Brightness sky_mieg sky_coefficientRayleighR sky_coefficientRayleighG sky_coefficientRayleighB sky_coefficientMieR sky_coefficientMieG sky_coefficientMieB
|
screen.Sky_coefficients = Sky_Brightness sky_mieg sky_coefficientRayleighR sky_coefficientRayleighG sky_coefficientRayleighB sky_coefficientMieR sky_coefficientMieG sky_coefficientMieB
|
||||||
|
|
||||||
### CLOUDS
|
### CLOUDS
|
||||||
screen.Clouds.columns=2
|
screen.Clouds.columns=2
|
||||||
@ -201,7 +201,7 @@ screen = [Direct_Light] [World] [Ambient_light] [Fog] [Post_Processing] [Clouds]
|
|||||||
######## moonphase based weather
|
######## moonphase based weather
|
||||||
|
|
||||||
# in seconds...
|
# in seconds...
|
||||||
variable.int.TransitionTime = 30
|
variable.int.TransitionTime = 5
|
||||||
|
|
||||||
uniform.float.Cumulus_Cov = smooth(1, if( \
|
uniform.float.Cumulus_Cov = smooth(1, if( \
|
||||||
moonPhase == 0, 0.7, \
|
moonPhase == 0, 0.7, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user