diff options
Diffstat (limited to 'APEX_1.4/samples_v2/SampleDestructionBase/materials')
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> + |