This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
orbital: first try at a particle system.
legacy
Sam Hocevar
sam
12 years ago
parent
9f7993d21c
commit
0081d04eb7
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
win32/orbital.vcxproj
+3
-0
win32/orbital.vcxproj.filters
+ 1
- 0
win32/orbital.vcxproj
View File
@@ -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
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save