Changeset 3926 in orxonox.OLD for orxonox/branches/particleEngine/src/lib
- Timestamp:
- Apr 21, 2005, 4:39:48 PM (20 years ago)
- Location:
- orxonox/branches/particleEngine/src/lib/graphics/particles
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/lib/graphics/particles/particle_engine.h
r3925 r3926 28 28 29 29 tList<ParticleSystem>* partSysList; 30 30 31 }; 31 32 -
orxonox/branches/particleEngine/src/lib/graphics/particles/particle_system.h
r3925 r3926 11 11 // FORWARD DEFINITION 12 12 13 class Material; 14 class Vector; 15 13 16 14 17 //! A struct for one Particle … … 18 21 Vector position; 19 22 Quaternion rotation; 20 21 23 Material* material; 22 24 }; 23 25 … … 35 37 36 38 Particle* particles; 37 38 39 }; 39 40
Note: See TracChangeset
for help on using the changeset viewer.