123456789101112131415161718192021222324252627282930 |
- [gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://c5wve1c3hypfo"]
- [sub_resource type="Gradient" id="Gradient_57yod"]
- offsets = PackedFloat32Array(0, 0.51049, 0.671329, 1)
- colors = PackedColorArray(0.0235294, 0.0235294, 0.0392157, 1, 0.113725, 0.113725, 0.164706, 1, 0.128, 0.145067, 0.16, 1, 1, 1, 1, 1)
- [sub_resource type="FastNoiseLite" id="FastNoiseLite_vdicb"]
- frequency = 0.006
- fractal_type = 2
- fractal_octaves = 10
- fractal_lacunarity = 3.0
- fractal_gain = 0.6
- domain_warp_amplitude = 15.0
- domain_warp_frequency = 0.03
- domain_warp_fractal_octaves = 10
- [sub_resource type="NoiseTexture2D" id="NoiseTexture2D_oc5fq"]
- width = 1024
- height = 1024
- seamless = true
- color_ramp = SubResource("Gradient_57yod")
- noise = SubResource("FastNoiseLite_vdicb")
- [resource]
- albedo_texture = SubResource("NoiseTexture2D_oc5fq")
- roughness = 0.0
- rim_enabled = true
- rim_tint = 1.0
- clearcoat_roughness = 0.0
- texture_filter = 5
|