123456789101112131415161718192021222324252627 |
- [gd_resource type="SpatialMaterial" load_steps=5 format=2]
- [ext_resource path="res://lunar-rock/lunar_rock2_albedo.png" type="Texture" id=1]
- [ext_resource path="res://lunar-rock/lunar_rock2_ao.png" type="Texture" id=2]
- [ext_resource path="res://lunar-rock/lunar_rock2_Height.png" type="Texture" id=3]
- [ext_resource path="res://lunar-rock/lunar_rock2_Normal-ogl.png" type="Texture" id=4]
- [resource]
- albedo_color = Color( 0.643137, 0.643137, 0.643137, 1 )
- albedo_texture = ExtResource( 1 )
- normal_enabled = true
- normal_scale = 1.0
- normal_texture = ExtResource( 4 )
- ao_enabled = true
- ao_light_affect = 0.0
- ao_texture = ExtResource( 2 )
- ao_on_uv2 = false
- ao_texture_channel = 4
- depth_enabled = true
- depth_scale = 0.05
- depth_deep_parallax = true
- depth_min_layers = 8
- depth_max_layers = 32
- depth_flip_tangent = false
- depth_flip_binormal = true
- depth_texture = ExtResource( 3 )
|