debut de texture translation

This commit is contained in:
Mamitiana RASOLOJAONA
2024-04-04 10:27:14 +02:00
parent e860992342
commit 5a27827ee2
9 changed files with 640 additions and 1 deletions

View File

@@ -49,6 +49,11 @@
<ClCompile Include="textureclass.cpp" />
<ClCompile Include="textureshaderclass.cpp" />
<ClCompile Include="Timerclass.cpp" />
<ClCompile Include="translate.cpp">
<DependentUpon>translate.vs</DependentUpon>
<SubType>Code</SubType>
</ClCompile>
<ClCompile Include="translateshaderclass.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="alphamapshaderclass.h" />
@@ -79,6 +84,11 @@
<ClInclude Include="textureclass.h" />
<ClInclude Include="textureshaderclass.h" />
<ClInclude Include="Timerclass.h" />
<ClInclude Include="translate.h">
<DependentUpon>translate.vs</DependentUpon>
<SubType>Code</SubType>
</ClInclude>
<ClInclude Include="translateshaderclass.h" />
</ItemGroup>
<ItemGroup>
<None Include="alphamap.ps" />
@@ -135,6 +145,19 @@
<Text Include="sphere.txt" />
<Text Include="square.txt" />
</ItemGroup>
<ItemGroup>
<Midl Include="translate.ps">
<SubType>Designer</SubType>
</Midl>
<Midl Include="translate.vs">
<SubType>Designer</SubType>
</Midl>
</ItemGroup>
<ItemGroup>
<Page Include="Translate.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>