Bladeren bron

orbital: first try at a particle system.

legacy
Sam Hocevar sam 12 jaren geleden
bovenliggende
commit
0081d04eb7
2 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. +1
    -0
      win32/orbital.vcxproj
  2. +3
    -0
      win32/orbital.vcxproj.filters

+ 1
- 0
win32/orbital.vcxproj Bestand weergeven

@@ -29,6 +29,7 @@
<ItemGroup>
<ClInclude Include="..\orbital\mesh.h" />
<ClInclude Include="..\orbital\orbital.h" />
<ClInclude Include="..\orbital\particlesystem.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\orbital\orbital.cpp" />


+ 3
- 0
win32/orbital.vcxproj.filters Bestand weergeven

@@ -6,6 +6,9 @@
<ItemGroup>
<ClInclude Include="..\orbital\orbital.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\orbital\particlesystem.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\orbital\orbital.cpp" />
</ItemGroup>


Laden…
Annuleren
Opslaan