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

11 lines
385 B
XML

<material type="lit">
<shader name="vertex">vertex/pointsprite.cg</shader>
<shader name="fragment">fragment/pointsprite_normal.cg</shader>
<alphaTestFunc>GREATER</alphaTestFunc>
<alphaTestRef>0.5</alphaTestRef>
<variables>
<float name="particleSize">0.1</float>
<sampler2D name="normalTexture">textures/billboard_sphere_normals.dds</sampler2D>
</variables>
</material>