LEvel sven don
This commit is contained in:
13
Materials/Brick01_Mat.tres
Normal file
13
Materials/Brick01_Mat.tres
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Textures/Custom/Brick01.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Textures/Custom/Brick01_NormalMap.png" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource( 1 )
|
||||
normal_enabled = true
|
||||
normal_scale = 1.0
|
||||
normal_texture = ExtResource( 2 )
|
||||
uv1_scale = Vector3( 0.01, 0.01, 0.01 )
|
||||
uv1_triplanar = true
|
||||
uv1_triplanar_sharpness = 1.93187
|
@@ -1,9 +1,11 @@
|
||||
[gd_resource type="SpatialMaterial" load_steps=3 format=2]
|
||||
[gd_resource type="SpatialMaterial" load_steps=4 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]
|
||||
[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 = 2.11
|
||||
|
Reference in New Issue
Block a user