Weird textures for level 1
This commit is contained in:
11
Materials/Arbre_Mat.tres
Normal file
11
Materials/Arbre_Mat.tres
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Textures/Arbeee.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
flags_transparent = true
|
||||
flags_unshaded = true
|
||||
params_diffuse_mode = 4
|
||||
params_specular_mode = 3
|
||||
params_cull_mode = 2
|
||||
albedo_texture = ExtResource( 1 )
|
12
Materials/Grass_Mat.tres
Normal file
12
Materials/Grass_Mat.tres
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Textures/Custom/Grass_Albedo.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Textures/Custom/Grass_Normal.png" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource( 1 )
|
||||
normal_enabled = true
|
||||
normal_scale = 2.11
|
||||
normal_texture = ExtResource( 2 )
|
||||
uv1_scale = Vector3( 0.25, 0.25, 0.25 )
|
||||
uv1_triplanar = true
|
11
Materials/Sapin_Mat.tres
Normal file
11
Materials/Sapin_Mat.tres
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Textures/Sapin.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
flags_transparent = true
|
||||
flags_unshaded = true
|
||||
params_diffuse_mode = 4
|
||||
params_specular_mode = 3
|
||||
params_cull_mode = 2
|
||||
albedo_texture = ExtResource( 1 )
|
18
Materials/SquareGrill_Mat.tres
Normal file
18
Materials/SquareGrill_Mat.tres
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://Textures/Custom/SquareGrill_Normal.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Textures/Custom/SquareGrill_Albeda.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Materials/Black_Contour.tres" type="Material" id=3]
|
||||
|
||||
[resource]
|
||||
next_pass = ExtResource( 3 )
|
||||
params_diffuse_mode = 4
|
||||
albedo_texture = ExtResource( 2 )
|
||||
metallic = 0.56
|
||||
roughness = 0.63
|
||||
normal_enabled = true
|
||||
normal_scale = 11.86
|
||||
normal_texture = ExtResource( 1 )
|
||||
uv1_scale = Vector3( 0.1, 0.1, 0.1 )
|
||||
uv1_triplanar = true
|
||||
uv1_triplanar_sharpness = 0.450625
|
Reference in New Issue
Block a user