Level 05 done

This commit is contained in:
Victor Turgeon
2022-10-12 20:25:01 -04:00
parent 6bce9a2e8d
commit 958417ba1e
4 changed files with 98 additions and 10 deletions

10
Materials/Mirror_Mat.tres Normal file
View File

@@ -0,0 +1,10 @@
[gd_resource type="SpatialMaterial" format=2]
[resource]
metallic = 1.0
roughness = 0.49
subsurf_scatter_enabled = true
subsurf_scatter_strength = 0.0
refraction_enabled = true
refraction_scale = 0.05
refraction_texture_channel = 0

View File

@@ -0,0 +1,14 @@
[gd_resource type="SpatialMaterial" load_steps=4 format=2]
[ext_resource path="res://Textures/Custom/wooden_planks_Albedo.png" type="Texture" id=1]
[ext_resource path="res://Textures/Custom/wooden_planks_NormalMap.png" type="Texture" id=2]
[ext_resource path="res://Materials/Black_Contour.tres" type="Material" id=3]
[resource]
next_pass = ExtResource( 3 )
albedo_texture = ExtResource( 1 )
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 2 )
uv1_scale = Vector3( 1, 0.05, 0.5 )
uv1_triplanar = true