- Timestamp:
- Apr 24, 2005, 10:47:25 PM (20 years ago)
- Location:
- orxonox/branches/particleEngine/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/lib/graphics/particles/particle_system.cc
r3946 r3948 96 96 97 97 material = new Material("transperencyMap"); 98 material->setDiffuseMap("pictures/radialTransparency. tga");98 material->setDiffuseMap("pictures/radialTransparency.png"); 99 99 // material->setTransparency(.5); 100 100 -
orxonox/branches/particleEngine/src/story_entities/world.cc
r3944 r3948 394 394 testSystem->setInheritSpeed(1); 395 395 testSystem->setName("system"); 396 396 397 ParticleEngine::getInstance()->addConnection(testEmitter, testSystem); 397 398 ParticleEngine::getInstance()->addConnection(testEmitter2, testSystem);
Note: See TracChangeset
for help on using the changeset viewer.