mirror of
https://github.com/godotengine/tps-demo.git
synced 2026-01-04 22:10:23 +03:00
21 lines
853 B
Plaintext
21 lines
853 B
Plaintext
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://cox8xmrxcgitt"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bwfy5xt2m0vpi" path="res://level/textures/structure/tile_carbon_fiber_orm.png" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://c8fm57u30timv" path="res://level/textures/structure/tile_carbon_fiber_albedo.png" id="2"]
|
|
[ext_resource type="Texture2D" uid="uid://bavo2de4rmxav" path="res://level/textures/structure/tile_carbon_fiber_normal.png" id="3"]
|
|
|
|
[resource]
|
|
resource_name = "tile_carbon_fiber"
|
|
albedo_texture = ExtResource("2")
|
|
metallic = 0.5
|
|
metallic_texture = ExtResource("1")
|
|
metallic_texture_channel = 2
|
|
roughness_texture = ExtResource("1")
|
|
roughness_texture_channel = 1
|
|
normal_enabled = true
|
|
normal_scale = 3.0
|
|
normal_texture = ExtResource("3")
|
|
ao_enabled = true
|
|
ao_texture = ExtResource("1")
|
|
texture_filter = 5
|