playing around with gridmaps
This commit is contained in:
parent
7b32beeff6
commit
b2cda89489
26 changed files with 650 additions and 20 deletions
14
Assets/Materials/floor.tres
Normal file
14
Assets/Materials/floor.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://cr4ra7ijk1uec"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dmywcofis4bkh" path="res://Assets/Textures/stone_2_gray_0.png" id="1_adegu"]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource("1_adegu")
|
||||
emission_enabled = true
|
||||
emission = Color(1, 1, 1, 1)
|
||||
emission_energy_multiplier = 0.05
|
||||
subsurf_scatter_strength = 1.0
|
||||
uv1_scale = Vector3(3, 2, 1)
|
||||
uv1_triplanar_sharpness = 0.0583145
|
||||
uv2_triplanar_sharpness = 0.170755
|
||||
texture_filter = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue