extends MeshInstance3D
func _ready():
var heightmap = material_override.get_shader_parameter("heightmap") as NoiseTexture2D
var noise = heightmap.noise as FastNoiseLite
noise.seed = randi()
1 Like