Files
2025-11-28 23:13:44 +05:30

11 lines
401 B
XML

<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>