diff options
| author | git perforce import user <a@b> | 2016-10-25 12:29:14 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees> | 2016-10-25 18:56:37 -0500 |
| commit | 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch) | |
| tree | fa6485c169e50d7415a651bf838f5bcd0fd3bfbd /APEX_1.4/samples_v2/SampleClothingBase/materials | |
| download | physx-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')
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> |