summaryrefslogtreecommitdiffstats
path: root/2ner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-03-28 18:15:04 -0700
committeryum <yum.food.vr@gmail.com>2025-03-28 18:15:04 -0700
commite19819cc514aad2781ce5fd9168eca536ee75457 (patch)
tree94e74fccebd9269d7609f87a3b078d819609992b /2ner.shader
parent1e351cecd990cc25f2d3af76c52a613ad539c299 (diff)
vectorize shatterwave audiolink
Diffstat (limited to '2ner.shader')
-rw-r--r--2ner.shader8
1 files changed, 4 insertions, 4 deletions
diff --git a/2ner.shader b/2ner.shader
index c131afe..a03b3d7 100644
--- a/2ner.shader
+++ b/2ner.shader
@@ -518,10 +518,10 @@ Shader "yum_food/2ner"
_Shatter_Wave_Direction3("Direction (wave 3)", Vector) = (0, 1, 0)
[HideInInspector] m_start_Shatter_Wave_Audiolink("Audiolink", Float) = 0
[ThryToggle(_SHATTER_WAVE_AUDIOLINK)] _Shatter_Wave_Audiolink_Enabled("Enable", Float) = 0
- _Shatter_Wave_Chronotensity_Weights0("Chronotensity weights (wave 0)", Vector) = (0, 0, 0, 0)
- _Shatter_Wave_Chronotensity_Weights1("Chronotensity weights (wave 1)", Vector) = (0, 0, 0, 0)
- _Shatter_Wave_Chronotensity_Weights2("Chronotensity weights (wave 2)", Vector) = (0, 0, 0, 0)
- _Shatter_Wave_Chronotensity_Weights3("Chronotensity weights (wave 3)", Vector) = (0, 0, 0, 0)
+ _Shatter_Wave_Chronotensity_Weights0("Chronotensity weights (band 0)", Vector) = (0, 0, 0, 0)
+ _Shatter_Wave_Chronotensity_Weights1("Chronotensity weights (band 1)", Vector) = (0, 0, 0, 0)
+ _Shatter_Wave_Chronotensity_Weights2("Chronotensity weights (band 2)", Vector) = (0, 0, 0, 0)
+ _Shatter_Wave_Chronotensity_Weights3("Chronotensity weights (band 3)", Vector) = (0, 0, 0, 0)
_Shatter_Wave_Chronotensity_Time_Factor("Chronotensity time factor", Vector) = (1, 1, 1, 1)
[HideInInspector] m_end_Shatter_Wave_Audiolink("Audiolink", Float) = 0
[HideInInspector] m_start_Shatter_Wave_Rotation("Rotation", Float) = 0