aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Media/SampleRenderer/4/materials/fancy_cloth.xml
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 /PhysX_3.4/Media/SampleRenderer/4/materials/fancy_cloth.xml
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 'PhysX_3.4/Media/SampleRenderer/4/materials/fancy_cloth.xml')
-rw-r--r--PhysX_3.4/Media/SampleRenderer/4/materials/fancy_cloth.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/PhysX_3.4/Media/SampleRenderer/4/materials/fancy_cloth.xml b/PhysX_3.4/Media/SampleRenderer/4/materials/fancy_cloth.xml
new file mode 100644
index 00000000..bbd385b4
--- /dev/null
+++ b/PhysX_3.4/Media/SampleRenderer/4/materials/fancy_cloth.xml
@@ -0,0 +1,10 @@
+<material type="lit">
+ <shader name="vertex">vertex/staticmesh.cg</shader>
+ <shader name="fragment">fragment/fancy_cloth_diffuse.cg</shader>
+ <alphaTestFunc>GREATER</alphaTestFunc>
+ <alphaTestRef>0.9</alphaTestRef>
+ <variables>
+ <sampler2D name="diffuseTexture">textures/knit_1d.dds</sampler2D>
+ <sampler2D name="normalTexture">textures/knit_1n.dds</sampler2D>
+ </variables>
+</material>