diff --git a/materials/tilables/suzahna_base.tres b/materials/tilables/suzahna_base.tres new file mode 100644 index 0000000..f052e8f --- /dev/null +++ b/materials/tilables/suzahna_base.tres @@ -0,0 +1,24 @@ +[gd_resource type="SpatialMaterial" load_steps=5 format=2] + +[ext_resource path="res://materials/tilables/textures/Base_suzanha_rock_baseColor.png" type="Texture" id=1] +[ext_resource path="res://materials/tilables/textures/Base_suzanha_rock_height.png" type="Texture" id=2] +[ext_resource path="res://materials/tilables/textures/Base_suzanha_rock_normal.png" type="Texture" id=3] +[ext_resource path="res://materials/tilables/textures/Base_suzanha_rock_roughness.png" type="Texture" id=4] + +[resource] +albedo_texture = ExtResource( 1 ) +roughness_texture = ExtResource( 4 ) +normal_enabled = true +normal_scale = 1.0 +normal_texture = ExtResource( 3 ) +depth_enabled = true +depth_scale = 0.05 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 2 ) +uv1_scale = Vector3( 0.4, 0.4, 0.4 ) +uv1_offset = Vector3( 0.12, 0.3, 0.14 ) +uv1_triplanar = true +uv2_scale = Vector3( 0.7, 0.7, 0.7 ) + diff --git a/materials/tilables/suzahna_bricks.tres b/materials/tilables/suzahna_bricks.tres new file mode 100644 index 0000000..beec96a --- /dev/null +++ b/materials/tilables/suzahna_bricks.tres @@ -0,0 +1,23 @@ +[gd_resource type="SpatialMaterial" load_steps=5 format=2] + +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_basecolor.png" type="Texture" id=1] +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_height.png" type="Texture" id=2] +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_normal.png" type="Texture" id=3] +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_roughness.png" type="Texture" id=4] + +[resource] +albedo_texture = ExtResource( 1 ) +roughness_texture = ExtResource( 4 ) +normal_enabled = true +normal_scale = 1.0 +normal_texture = ExtResource( 3 ) +depth_enabled = true +depth_scale = 0.05 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 2 ) +uv1_scale = Vector3( 0.7, 0.7, 0.7 ) +uv1_offset = Vector3( 0.13, 0, 0 ) +uv1_triplanar = true + diff --git a/materials/tilables/suzahna_bricks_wide.tres b/materials/tilables/suzahna_bricks_wide.tres new file mode 100644 index 0000000..c7c9be6 --- /dev/null +++ b/materials/tilables/suzahna_bricks_wide.tres @@ -0,0 +1,23 @@ +[gd_resource type="SpatialMaterial" load_steps=5 format=2] + +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_wide_basecolor.png" type="Texture" id=1] +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_wide_height.png" type="Texture" id=2] +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_wide_normal.png" type="Texture" id=3] +[ext_resource path="res://materials/tilables/textures/Suzahna_bricks_wide_roughness.png" type="Texture" id=4] + +[resource] +albedo_texture = ExtResource( 1 ) +roughness_texture = ExtResource( 4 ) +normal_enabled = true +normal_scale = 1.0 +normal_texture = ExtResource( 3 ) +depth_enabled = true +depth_scale = 0.05 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 2 ) +uv1_scale = Vector3( 0.7, 0.7, 0.7 ) +uv1_offset = Vector3( 0, 0, 0.24 ) +uv1_triplanar = true + diff --git a/materials/tilables/textures/Base_suzanha_rock_baseColor.png b/materials/tilables/textures/Base_suzanha_rock_baseColor.png new file mode 100644 index 0000000..4de5bb8 Binary files /dev/null and b/materials/tilables/textures/Base_suzanha_rock_baseColor.png differ diff --git a/materials/tilables/textures/Base_suzanha_rock_height.png b/materials/tilables/textures/Base_suzanha_rock_height.png new file mode 100644 index 0000000..326f89d Binary files /dev/null and b/materials/tilables/textures/Base_suzanha_rock_height.png differ diff --git a/materials/tilables/textures/Base_suzanha_rock_normal.png b/materials/tilables/textures/Base_suzanha_rock_normal.png new file mode 100644 index 0000000..dbd66ec Binary files /dev/null and b/materials/tilables/textures/Base_suzanha_rock_normal.png differ diff --git a/materials/tilables/textures/Base_suzanha_rock_roughness.png b/materials/tilables/textures/Base_suzanha_rock_roughness.png new file mode 100644 index 0000000..075f9dc Binary files /dev/null and b/materials/tilables/textures/Base_suzanha_rock_roughness.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_basecolor.png b/materials/tilables/textures/Suzahna_bricks_basecolor.png new file mode 100644 index 0000000..255a692 Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_basecolor.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_height.png b/materials/tilables/textures/Suzahna_bricks_height.png new file mode 100644 index 0000000..90264e3 Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_height.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_normal.png b/materials/tilables/textures/Suzahna_bricks_normal.png new file mode 100644 index 0000000..fe790ce Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_normal.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_roughness.png b/materials/tilables/textures/Suzahna_bricks_roughness.png new file mode 100644 index 0000000..9137cc2 Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_roughness.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_wide_basecolor.png b/materials/tilables/textures/Suzahna_bricks_wide_basecolor.png new file mode 100644 index 0000000..653aa45 Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_wide_basecolor.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_wide_height.png b/materials/tilables/textures/Suzahna_bricks_wide_height.png new file mode 100644 index 0000000..b9ef223 Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_wide_height.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_wide_normal.png b/materials/tilables/textures/Suzahna_bricks_wide_normal.png new file mode 100644 index 0000000..06b0e4c Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_wide_normal.png differ diff --git a/materials/tilables/textures/Suzahna_bricks_wide_roughness.png b/materials/tilables/textures/Suzahna_bricks_wide_roughness.png new file mode 100644 index 0000000..9f4fde5 Binary files /dev/null and b/materials/tilables/textures/Suzahna_bricks_wide_roughness.png differ