Ajout transparence buggé

This commit is contained in:
GolfOcean334
2024-04-09 13:03:26 +02:00
parent cae1fa326f
commit 1b4762940c
10 changed files with 711 additions and 5 deletions

View File

@@ -60,6 +60,7 @@
<ClCompile Include="textureshaderclass.cpp" />
<ClCompile Include="Timerclass.cpp" />
<ClCompile Include="translateshaderclass.cpp" />
<ClCompile Include="transparentshaderclass.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="alphamapshaderclass.h" />
@@ -103,6 +104,7 @@
<ClInclude Include="textureshaderclass.h" />
<ClInclude Include="Timerclass.h" />
<ClInclude Include="translateshaderclass.h" />
<ClInclude Include="transparentshaderclass.h" />
</ItemGroup>
<ItemGroup>
<None Include="alphamap.ps" />
@@ -124,6 +126,8 @@
<None Include="specmap.vs" />
<None Include="texture.ps" />
<None Include="texture.vs" />
<None Include="transparent.ps" />
<None Include="transparent.vs" />
</ItemGroup>
<ItemGroup>
<None Include="Color.ps">