add rain to materials
This commit is contained in:
@@ -97,9 +97,9 @@ extends Resource
|
||||
@export var snow_amount: float = 0.0
|
||||
@export var snow_transaction_time: float = 10.0
|
||||
@export var snow_fade_time: float = 5.0
|
||||
@export var snow_threshold: float = 0.6
|
||||
@export var snow_accumulation_speed: float = 0.05 #0.1 -> accumulation time 10secs; 0.05 -> accumulation time 20secs; realistic; 0.2 -> accumulation time 5secs;
|
||||
@export var snow_melt_speed: float = 0.1
|
||||
@export var snow_threshold: float = 0.4
|
||||
@export var snow_accumulation_speed: float = 0.02 #0.1 -> accumulation time 10secs; 0.05 -> accumulation time 20secs; realistic; 0.2 -> accumulation time 5secs;
|
||||
@export var snow_melt_speed: float = 0.05
|
||||
@export var snow_color: Color = Color(0.9, 0.95, 1.0)
|
||||
@export var snow_mode_color: Color = Color(0.7, 0.75, 0.8, 1.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user