blob: e63885829c4651fb93cf1b598d8b739db14c1c55 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<material type="unlit">
<shader name="vertex">vertex/staticmesh.cg</shader>
<shader name="fragment">fragment/simple_alpha.cg</shader>
<blending>true</blending>
<variables>
<sampler2D name="diffuseTexture">textures/test.dds</sampler2D>
</variables>
</material>
|