building destruction particles
This commit is contained in:
parent
dba09165e8
commit
afc0aab441
127 changed files with 27285 additions and 240 deletions
15
example/wood/wood.tres
Normal file
15
example/wood/wood.tres
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://djsu2knpsai4y"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://du771hatk28at" path="res://example/wood/Wood067_1K-JPG_Color.jpg" id="1_8v4p2"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4jkypeghbk3h" path="res://example/wood/Wood067_1K-JPG_Displacement.jpg" id="2_xpkcs"]
|
||||
[ext_resource type="Texture2D" uid="uid://dfobjcany71fi" path="res://example/wood/Wood067_1K-JPG_NormalGL.jpg" id="3_1on0o"]
|
||||
[ext_resource type="Texture2D" uid="uid://bm4uan4i3qxcp" path="res://example/wood/Wood067_1K-JPG_Roughness.jpg" id="4_vaw02"]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource("1_8v4p2")
|
||||
roughness_texture = ExtResource("4_vaw02")
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("3_1on0o")
|
||||
heightmap_enabled = true
|
||||
heightmap_scale = 1.0
|
||||
heightmap_texture = ExtResource("2_xpkcs")
|
||||
Loading…
Add table
Add a link
Reference in a new issue