Enable triplanar UV1 on map materials so as to preview them.

This commit is contained in:
blujai831 2025-03-30 11:04:31 -07:00
parent ce7a3495b8
commit 839da45d6d
No known key found for this signature in database
GPG Key ID: DDC31A0363AA5E66
30 changed files with 306 additions and 451 deletions

View File

@ -1,14 +1,11 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="brick1_albedo.png" type="Texture" id=1]
[ext_resource path="brick1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://m4x75hyx6hih"]
[ext_resource type="Texture2D" uid="uid://c3mwb6aljles6" path="res://maps/textures/brick1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cey8sfw00jysq" path="res://maps/textures/brick1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
albedo_texture = ExtResource("1")
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
uv1_triplanar = true
uv2_world_triplanar = true

View File

@ -1,14 +1,11 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="brick2_albedo.png" type="Texture" id=1]
[ext_resource path="brick2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://ylp2i76ulvnk"]
[ext_resource type="Texture2D" uid="uid://bm8u06b6tx17b" path="res://maps/textures/brick2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://dw5asopoq35gn" path="res://maps/textures/brick2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
albedo_texture = ExtResource("1")
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
uv1_triplanar = true
uv2_world_triplanar = true

View File

@ -1,14 +1,11 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="brick3_albedo.png" type="Texture" id=1]
[ext_resource path="brick3_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://hnxc8gubftge"]
[ext_resource type="Texture2D" uid="uid://yd4qjj6mtlth" path="res://maps/textures/brick3_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://dt2xdf10t6rva" path="res://maps/textures/brick3_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
albedo_texture = ExtResource("1")
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
uv1_triplanar = true
uv2_world_triplanar = true

View File

@ -1,22 +1,19 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="crystal1_albedo.png" type="Texture" id=1]
[ext_resource path="crystal1_orm.png" type="Texture" id=2]
[ext_resource path="crystal1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://c8x1c8pq0gygw"]
[ext_resource type="Texture2D" uid="uid://cshje15wsy1kw" path="res://maps/textures/crystal1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cd3gabu7gltvj" path="res://maps/textures/crystal1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://gbr8jmlb8gya" path="res://maps/textures/crystal1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true
uv2_world_triplanar = true

View File

@ -1,19 +1,17 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="crystal2_albedo.png" type="Texture" id=1]
[ext_resource path="crystal2_orm.png" type="Texture" id=2]
[ext_resource path="crystal2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://cdfukdmfwe6ub"]
[ext_resource type="Texture2D" uid="uid://sp64cawey8h3" path="res://maps/textures/crystal2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://fjasyq5weqr2" path="res://maps/textures/crystal2_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://cnayh57hyuwv7" path="res://maps/textures/crystal2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
uv1_triplanar = true
uv2_world_triplanar = true

View File

@ -1,20 +1,16 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="dirt1_albedo.png" type="Texture" id=1]
[ext_resource path="dirt1_orm.png" type="Texture" id=2]
[ext_resource path="dirt1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://bvnsc0bbgeopo"]
[ext_resource type="Texture2D" uid="uid://cutsmww4brtw6" path="res://maps/textures/dirt1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://b2uxmwqngp64q" path="res://maps/textures/dirt1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://5qncmnl1vw8l" path="res://maps/textures/dirt1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true
uv2_world_triplanar = true

View File

@ -1,20 +1,16 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="dirt2_albedo.png" type="Texture" id=1]
[ext_resource path="dirt2_orm.png" type="Texture" id=2]
[ext_resource path="dirt2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://2nobbo2cxsux"]
[ext_resource type="Texture2D" uid="uid://6ip3rww4xe46" path="res://maps/textures/dirt2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cymvx2p4oolt1" path="res://maps/textures/dirt2_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://b5iapbxad1irg" path="res://maps/textures/dirt2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true
uv2_world_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="foliage1_albedo.png" type="Texture" id=1]
[ext_resource path="foliage1_orm.png" type="Texture" id=2]
[ext_resource path="foliage1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://bcx1ealwrmru4"]
[ext_resource type="Texture2D" uid="uid://g6ktcj4tyspv" path="res://maps/textures/foliage1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://jp4epkdmqu5s" path="res://maps/textures/foliage1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://lkclpeebengx" path="res://maps/textures/foliage1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="foliage2_albedo.png" type="Texture" id=1]
[ext_resource path="foliage2_orm.png" type="Texture" id=2]
[ext_resource path="foliage2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://bhcekdke285hh"]
[ext_resource type="Texture2D" uid="uid://c8vwmau8ievkr" path="res://maps/textures/foliage2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://b7kd7xolxs8ds" path="res://maps/textures/foliage2_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://dkctt6qaivdra" path="res://maps/textures/foliage2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="grass1_albedo.png" type="Texture" id=1]
[ext_resource path="grass1_orm.png" type="Texture" id=2]
[ext_resource path="grass1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://cdykbvdkfjwt4"]
[ext_resource type="Texture2D" uid="uid://bjhewxmojw4ah" path="res://maps/textures/grass1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://beaxjndulnxnx" path="res://maps/textures/grass1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://dpf47r25p4pp4" path="res://maps/textures/grass1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="grass2_albedo.png" type="Texture" id=1]
[ext_resource path="grass2_orm.png" type="Texture" id=2]
[ext_resource path="grass2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://tbc11sk0jtef"]
[ext_resource type="Texture2D" uid="uid://bwtyycqknwvju" path="res://maps/textures/grass2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://v73i0tr0k84p" path="res://maps/textures/grass2_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://bjxonaui04s0r" path="res://maps/textures/grass2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="grass3_albedo.png" type="Texture" id=1]
[ext_resource path="grass3_orm.png" type="Texture" id=2]
[ext_resource path="grass3_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://c00d7cwsc2wlb"]
[ext_resource type="Texture2D" uid="uid://iil27ppwfjeu" path="res://maps/textures/grass3_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cxp4b7bumyan3" path="res://maps/textures/grass3_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://bqtma472553rn" path="res://maps/textures/grass3_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="ice1_albedo.png" type="Texture" id=1]
[ext_resource path="ice1_orm.png" type="Texture" id=2]
[ext_resource path="ice1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://cenl7l6pebcow"]
[ext_resource type="Texture2D" uid="uid://bj4j2r2rhtx0n" path="res://maps/textures/ice1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cqh0rs11ka4ue" path="res://maps/textures/ice1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://5xi347vffflh" path="res://maps/textures/ice1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="ice2_albedo.png" type="Texture" id=1]
[ext_resource path="ice2_orm.png" type="Texture" id=2]
[ext_resource path="ice2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://bcmrekwjms3ud"]
[ext_resource type="Texture2D" uid="uid://32dc3niol6k8" path="res://maps/textures/ice2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://b6nsi26m5w4c6" path="res://maps/textures/ice2_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://cbp1s5wh035pq" path="res://maps/textures/ice2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,19 +1,17 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="metal1_albedo.png" type="Texture" id=1]
[ext_resource path="metal1_orm.png" type="Texture" id=2]
[ext_resource path="metal1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://d2y2hj2p3bryj"]
[ext_resource type="Texture2D" uid="uid://bixlbk5meyk7i" path="res://maps/textures/metal1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cggqrsktx3p1e" path="res://maps/textures/metal1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://bmtm8wmkm8onh" path="res://maps/textures/metal1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
backlight = Color(1, 1, 1, 1)
uv1_triplanar = true

View File

@ -1,15 +1,13 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="metal2_albedo.png" type="Texture" id=1]
[ext_resource path="metal2_orm.png" type="Texture" id=2]
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://cfhgo0qraw0lb"]
[ext_resource type="Texture2D" uid="uid://jtt6hpa4cogy" path="res://maps/textures/metal2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://c7npig1qheiw2" path="res://maps/textures/metal2_orm.png" id="2"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
uv1_triplanar = true

View File

@ -1,15 +1,13 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="metal3_albedo.png" type="Texture" id=1]
[ext_resource path="metal3_orm.png" type="Texture" id=2]
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://pnytnpyow4d0"]
[ext_resource type="Texture2D" uid="uid://ddqbtbbjp5aoy" path="res://maps/textures/metal3_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://ctcju1ct0vwnp" path="res://maps/textures/metal3_orm.png" id="2"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
uv1_triplanar = true

View File

@ -1,22 +1,17 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="metal4_albedo.png" type="Texture" id=1]
[ext_resource path="metal4_orm.png" type="Texture" id=2]
[ext_resource path="metal4_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://p04ef7800d4k"]
[ext_resource type="Texture2D" uid="uid://c83q2yhmmkgys" path="res://maps/textures/metal4_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://bqv6j55fpvw5r" path="res://maps/textures/metal4_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://d2j77xx4p4m78" path="res://maps/textures/metal4_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
metallic_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,22 +1,18 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="metal5_albedo.png" type="Texture" id=1]
[ext_resource path="metal5_orm.png" type="Texture" id=2]
[ext_resource path="metal5_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://bhilw8n5nbnnm"]
[ext_resource type="Texture2D" uid="uid://c570gtd352sbt" path="res://maps/textures/metal5_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cc6x0d257bkr0" path="res://maps/textures/metal5_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://cbh5joqqs1rq7" path="res://maps/textures/metal5_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="sand1_albedo.png" type="Texture" id=1]
[ext_resource path="sand1_orm.png" type="Texture" id=2]
[ext_resource path="sand1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://n2hv0tyl8uh1"]
[ext_resource type="Texture2D" uid="uid://bw7r4rc7tgxil" path="res://maps/textures/sand1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cu78qagmwecql" path="res://maps/textures/sand1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://c2h5xsbxsxhro" path="res://maps/textures/sand1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="stone1_albedo.png" type="Texture" id=1]
[ext_resource path="stone1_orm.png" type="Texture" id=2]
[ext_resource path="stone1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://dfplpjimpu2vt"]
[ext_resource type="Texture2D" uid="uid://cdbr6mw84cg13" path="res://maps/textures/stone1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://c6nqpvjbh6482" path="res://maps/textures/stone1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://beyd8dijs3lly" path="res://maps/textures/stone1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,22 +1,18 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="stone2_albedo.png" type="Texture" id=1]
[ext_resource path="stone2_orm.png" type="Texture" id=2]
[ext_resource path="stone2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://c6lp85wa5ntwd"]
[ext_resource type="Texture2D" uid="uid://n4b4owb3t1bu" path="res://maps/textures/stone2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://bt8ydeuq7pd6m" path="res://maps/textures/stone2_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://b0yjfjsl7mol0" path="res://maps/textures/stone2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,22 +1,18 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="stone3_albedo.png" type="Texture" id=1]
[ext_resource path="stone3_orm.png" type="Texture" id=2]
[ext_resource path="stone3_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://b32iwbbpa7oxy"]
[ext_resource type="Texture2D" uid="uid://c8ti8yimo5osp" path="res://maps/textures/stone3_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://b4hx1xsfqqi14" path="res://maps/textures/stone3_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://bflvfuyxsp1tb" path="res://maps/textures/stone3_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
albedo_texture = ExtResource("1")
metallic = 1.0
metallic_texture = ExtResource( 2 )
metallic_texture = ExtResource("2")
metallic_texture_channel = 2
roughness = 1.0
roughness_texture = ExtResource( 2 )
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="stone4_albedo.png" type="Texture" id=1]
[ext_resource path="stone4_orm.png" type="Texture" id=2]
[ext_resource path="stone4_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://b8u5ve51epcam"]
[ext_resource type="Texture2D" uid="uid://r553f72ov3nm" path="res://maps/textures/stone4_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cmob3gg0yuknh" path="res://maps/textures/stone4_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://deq3rbn2d2hwy" path="res://maps/textures/stone4_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

View File

@ -1,17 +1,13 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="wood1_albedo.png" type="Texture" id=1]
[ext_resource path="wood1_orm.png" type="Texture" id=2]
[ext_resource path="wood1_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://bit0bqdivnc11"]
[ext_resource type="Texture2D" uid="uid://c6ueivxlyyhc7" path="res://maps/textures/wood1_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://c13dwmlyhwsu7" path="res://maps/textures/wood1_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://cjjgfcxbi2dy8" path="res://maps/textures/wood1_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
uv1_triplanar = true

File diff suppressed because one or more lines are too long

View File

@ -1,20 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=2]
[ext_resource path="wood2_albedo.png" type="Texture" id=1]
[ext_resource path="wood2_orm.png" type="Texture" id=2]
[ext_resource path="wood2_normal.png" type="Texture" id=3]
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://cubxaj8myoa7"]
[ext_resource type="Texture2D" uid="uid://d1oajylmenmmv" path="res://maps/textures/wood2_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://d0r70w80i81ex" path="res://maps/textures/wood2_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://b31qg0wj1ekk1" path="res://maps/textures/wood2_normal.png" id="3"]
[resource]
albedo_color = Color(1.0, 1.0, 1.0, 1.0)
albedo_texture = ExtResource( 1 )
metallic = 0.0
roughness = 1.0
roughness_texture = ExtResource( 2 )
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
normal_texture = ExtResource("3")
ao_enabled = true
ao_texture = ExtResource( 2 )
ao_texture_channel = 0
ao_texture = ExtResource("2")
uv1_triplanar = true

File diff suppressed because one or more lines are too long

View File

@ -3,25 +3,26 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://b334g66yuhwtv"
path="res://.godot/imported/skybox1.png-1e20005b929d9ea5490e6624966dcc70.ctex"
path.s3tc="res://.godot/imported/skybox1.png-1e20005b929d9ea5490e6624966dcc70.s3tc.ctex"
metadata={
"vram_texture": false
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://vfx/textures/skybox1.png"
dest_files=["res://.godot/imported/skybox1.png-1e20005b929d9ea5490e6624966dcc70.ctex"]
dest_files=["res://.godot/imported/skybox1.png-1e20005b929d9ea5490e6624966dcc70.s3tc.ctex"]
[params]
compress/mode=0
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
@ -31,4 +32,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
detect_3d/compress_to=0

View File

@ -3,25 +3,26 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dnhbrrbtx13vi"
path="res://.godot/imported/skybox2.png-858bb1a89c075ad7b6d2e76422914c86.ctex"
path.s3tc="res://.godot/imported/skybox2.png-858bb1a89c075ad7b6d2e76422914c86.s3tc.ctex"
metadata={
"vram_texture": false
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://vfx/textures/skybox2.png"
dest_files=["res://.godot/imported/skybox2.png-858bb1a89c075ad7b6d2e76422914c86.ctex"]
dest_files=["res://.godot/imported/skybox2.png-858bb1a89c075ad7b6d2e76422914c86.s3tc.ctex"]
[params]
compress/mode=0
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
@ -31,4 +32,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
detect_3d/compress_to=0