Changeset 1286
- Timestamp:
- Apr 24, 2012, 1:07:39 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orbital/Makefile.am
r1245 r1286 3 3 4 4 orbital_SOURCES = \ 5 orbital.cpp orbital.h mesh.h 5 orbital.cpp orbital.h mesh.h particlesystem.h 6 6 orbital_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 7 7 orbital_LDADD = -
trunk/orbital/mesh.h
r1284 r1286 873 873 int m_vert_cursor, m_quadidx_cursor, m_triidx_cursor; 874 874 875 /* FIXME: put this in a separate class so that we can copy meshes. */ 875 876 struct 876 877 { -
trunk/orbital/orbital.cpp
r1283 r1286 25 25 #include "orbital.h" 26 26 #include "mesh.h" 27 #include "particlesystem.h" 27 28 28 29 Orbital::Orbital() … … 39 40 m.SendCommand("sc0.1,0.1,0,1,ab6,6,15,ty-2,sc1,1,1,1,afcb4,5,16,0.4,tx4,mx,fl,sc0.2,0.7,0,1,afcb8,7,10,0.4,tz-4,fl"); 40 41 41 m.SendCommand("scb1,.5,.5,1,acg11,8,12,18,2,2,0,0"); 42 m.SendCommand("t-40,0,30,fl"); 42 new ParticleSystem(); 43 43 44 44 m_angle = 0; -
trunk/orbital/orbital.h
r1260 r1286 3 3 4 4 #include "mesh.h" 5 #include "particlesystem.h" 5 6 6 7 class Orbital : public WorldEntity -
trunk/win32/orbital.vcxproj
r1245 r1286 30 30 <ClInclude Include="..\orbital\mesh.h" /> 31 31 <ClInclude Include="..\orbital\orbital.h" /> 32 <ClInclude Include="..\orbital\particlesystem.h" /> 32 33 </ItemGroup> 33 34 <ItemGroup> -
trunk/win32/orbital.vcxproj.filters
r1245 r1286 8 8 </ItemGroup> 9 9 <ItemGroup> 10 <ClInclude Include="..\orbital\particlesystem.h" /> 11 </ItemGroup> 12 <ItemGroup> 10 13 <ClCompile Include="..\orbital\orbital.cpp" /> 11 14 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.