Screens are nice now
This commit is contained in:
14
Materials/Glasse_Mat.tres
Normal file
14
Materials/Glasse_Mat.tres
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Textures/WeirdGlass_normalMap.jpeg" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
flags_transparent = true
|
||||
params_diffuse_mode = 4
|
||||
params_specular_mode = 3
|
||||
albedo_color = Color( 0.392157, 0.980392, 0.996078, 0.0980392 )
|
||||
metallic = 0.31
|
||||
roughness = 0.0
|
||||
normal_enabled = true
|
||||
normal_scale = 0.05
|
||||
normal_texture = ExtResource( 1 )
|
||||
21
Materials/Scanlines.tres
Normal file
21
Materials/Scanlines.tres
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Materials/Black_Contour.tres" type="Material" id=1]
|
||||
[ext_resource path="res://Textures/istockphoto-1397842925-612x612.jpg" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
next_pass = ExtResource( 1 )
|
||||
params_diffuse_mode = 4
|
||||
params_specular_mode = 3
|
||||
albedo_texture = ExtResource( 2 )
|
||||
roughness = 0.61
|
||||
emission_enabled = true
|
||||
emission = Color( 0.0313726, 0.521569, 0.341176, 1 )
|
||||
emission_energy = 3.75
|
||||
emission_operator = 0
|
||||
emission_on_uv2 = false
|
||||
emission_texture = ExtResource( 2 )
|
||||
clearcoat_enabled = true
|
||||
clearcoat = 1.0
|
||||
clearcoat_gloss = 0.5
|
||||
clearcoat_texture = ExtResource( 2 )
|
||||
Reference in New Issue
Block a user