This commit is contained in:
2025-11-28 23:13:44 +05:30
commit a3a8e79709
7360 changed files with 1156074 additions and 0 deletions

View File

@ -0,0 +1,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>