20 lines
683 B
Text
20 lines
683 B
Text
[gd_resource type="SpatialMaterial" load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/environment/roomWindowDiffuse.png" type="Texture" id=1]
|
|
[ext_resource path="res://assets/environment/roomWindowEmit.png" type="Texture" id=2]
|
|
[ext_resource path="res://assets/environment/roomWindowBump.png" type="Texture" id=3]
|
|
|
|
[resource]
|
|
resource_name = "roomWindowMat"
|
|
vertex_color_use_as_albedo = true
|
|
albedo_texture = ExtResource( 1 )
|
|
roughness = 0.5
|
|
emission_enabled = true
|
|
emission = Color( 0, 0, 0, 1 )
|
|
emission_energy = 3.0
|
|
emission_operator = 0
|
|
emission_on_uv2 = false
|
|
emission_texture = ExtResource( 2 )
|
|
normal_enabled = true
|
|
normal_scale = 1.0
|
|
normal_texture = ExtResource( 3 )
|