Files
PhysX4.1/physx/samples/sampleframework/media/materials/material_turb1.xml
2025-11-28 23:13:44 +05:30

10 lines
353 B
XML

<material type="unlit">
<shader name="vertex">vertex/turbulencesprites.cg</shader>
<shader name="fragment">fragment/simple_turbulence.cg</shader>
<alphaTestFunc>GREATER_EQUAL</alphaTestFunc>
<alphaTestRef>0.5</alphaTestRef>
<variables>
<sampler2D name="diffuseTexture">APEX/0.9/turbulence/textures/smoke.dds</sampler2D>
</variables>
</material>