aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/samples_v2/SampleClothingBase/materials
diff options
context:
space:
mode:
authorgit perforce import user <a@b>2016-10-25 12:29:14 -0600
committerSheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees>2016-10-25 18:56:37 -0500
commit3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch)
treefa6485c169e50d7415a651bf838f5bcd0fd3bfbd /APEX_1.4/samples_v2/SampleClothingBase/materials
downloadphysx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz
physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip
Initial commit:
PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167]
Diffstat (limited to 'APEX_1.4/samples_v2/SampleClothingBase/materials')
-rw-r--r--APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_cape.xml5
-rw-r--r--APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_plane.xml5
-rw-r--r--APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_summerDress.xml4
-rw-r--r--APEX_1.4/samples_v2/SampleClothingBase/materials/nvidia_flag.xml5
4 files changed, 19 insertions, 0 deletions
diff --git a/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_cape.xml b/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_cape.xml
new file mode 100644
index 00000000..de371b09
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_cape.xml
@@ -0,0 +1,5 @@
+<material>
+ <shader>clothing_asset_skinned</shader>
+ <shader>clothing_asset_static</shader>
+ <texture>Cape_d.dds</texture>
+</material>
diff --git a/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_plane.xml b/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_plane.xml
new file mode 100644
index 00000000..c24c35ad
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_plane.xml
@@ -0,0 +1,5 @@
+<material>
+ <shader>clothing_asset_skinned</shader>
+ <shader>clothing_asset_static</shader>
+ <texture>nvidia_d.dds</texture>
+</material>
diff --git a/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_summerDress.xml b/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_summerDress.xml
new file mode 100644
index 00000000..f98495ee
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleClothingBase/materials/clothing_summerDress.xml
@@ -0,0 +1,4 @@
+<material>
+ <shader>clothing_asset_skinned</shader>
+ <shader>clothing_asset_static</shader>
+</material>
diff --git a/APEX_1.4/samples_v2/SampleClothingBase/materials/nvidia_flag.xml b/APEX_1.4/samples_v2/SampleClothingBase/materials/nvidia_flag.xml
new file mode 100644
index 00000000..cb9f1a9f
--- /dev/null
+++ b/APEX_1.4/samples_v2/SampleClothingBase/materials/nvidia_flag.xml
@@ -0,0 +1,5 @@
+<material>
+ <shader>clothing_asset_skinned</shader>
+ <shader>clothing_asset_static</shader>
+ <texture>nvidia_flag_d.dds</texture>
+</material>