aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/samples_v2/SampleDestructionBase/materials
diff options
context:
space:
mode:
Diffstat (limited to 'APEX_1.4/samples_v2/SampleDestructionBase/materials')
-rw-r--r--APEX_1.4/samples_v2/SampleDestructionBase/materials/brick.xml4
-rw-r--r--APEX_1.4/samples_v2/SampleDestructionBase/materials/simple.xml3
-rw-r--r--APEX_1.4/samples_v2/SampleDestructionBase/materials/stone.xml4
-rw-r--r--APEX_1.4/samples_v2/SampleDestructionBase/materials/wood.xml5
4 files changed, 16 insertions, 0 deletions
diff --git a/APEX_1.4/samples_v2/SampleDestructionBase/materials/brick.xml b/APEX_1.4/samples_v2/SampleDestructionBase/materials/brick.xml
new file mode 100644
index 00000000..e168b66b
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleDestructionBase/materials/brick.xml
@@ -0,0 +1,4 @@
+<material>
+ <shader>destruction_asset</shader>
+ <texture>TileWall.dds</texture>
+</material>
diff --git a/APEX_1.4/samples_v2/SampleDestructionBase/materials/simple.xml b/APEX_1.4/samples_v2/SampleDestructionBase/materials/simple.xml
new file mode 100644
index 00000000..8edbe174
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleDestructionBase/materials/simple.xml
@@ -0,0 +1,3 @@
+<material>
+ <shader>destruction_asset</shader>
+</material>
diff --git a/APEX_1.4/samples_v2/SampleDestructionBase/materials/stone.xml b/APEX_1.4/samples_v2/SampleDestructionBase/materials/stone.xml
new file mode 100644
index 00000000..6cb32d78
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleDestructionBase/materials/stone.xml
@@ -0,0 +1,4 @@
+<material>
+ <shader>destruction_asset</shader>
+ <texture>Plaster_Tileable.dds</texture>
+</material>
diff --git a/APEX_1.4/samples_v2/SampleDestructionBase/materials/wood.xml b/APEX_1.4/samples_v2/SampleDestructionBase/materials/wood.xml
new file mode 100644
index 00000000..f178274d
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleDestructionBase/materials/wood.xml
@@ -0,0 +1,5 @@
+<material>
+ <shader>destruction_asset</shader>
+ <texture>OldPineWoodD.dds</texture>
+</material>
+