particlesystem.h File Reference
Particle system container.
More...
#include <lescegra/sg/group.h>
#include <lescegra/particle/particle.h>
#include <lescegra/util/list.h>
Include dependency graph for particlesystem.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed Description
Particle system container.
Define Documentation
| #define LsgParticleSystem_display |
( |
self |
|
) |
LsgGroup_display(&(self)->super)
|
|
|
|
Display the particle system. Reuse parent implementation. |
| #define LsgParticleSystem_clean |
( |
self |
|
) |
LsgGroup_clean(&(self)->super)
|
|
|
|
Clean the particle system. Reuse parant implementation. |
Function Documentation
|
|
Constructor for LsgParticleSystem. Create an initially empty particle system. - Parameters:
-
| self | The instance variable |
|
|
|
Update the particle system by updating all containd particles and running all modifiers update methods. - Parameters:
-
| self | The instance variable |
| now | The current time |
|
|
|
Destroy the particle system. - Parameters:
-
| self | The instance variable |
|