mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
1432fb3408
commit
88c7cf9073
@ -7,9 +7,7 @@
|
|||||||
//#define PSDEBUG
|
//#define PSDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PSSANITYCHECK
|
//#define PSSANITYCHECK
|
||||||
|
|
||||||
#define DYNAMIC_POOL_RESIZING
|
|
||||||
|
|
||||||
#ifndef PARTICLESYSTEM_H
|
#ifndef PARTICLESYSTEM_H
|
||||||
#define PARTICLESYSTEM_H
|
#define PARTICLESYSTEM_H
|
||||||
@ -41,10 +39,6 @@ private:
|
|||||||
int sanity_check();
|
int sanity_check();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DYNAMIC_POOL_RESIZING
|
|
||||||
INLINE void set_pool_size(int size);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
bool birth_particle(void);
|
bool birth_particle(void);
|
||||||
void kill_particle(int pool_index);
|
void kill_particle(int pool_index);
|
||||||
void birth_litter(void);
|
void birth_litter(void);
|
||||||
@ -99,9 +93,7 @@ PUBLISHED:
|
|||||||
~ParticleSystem(void);
|
~ParticleSystem(void);
|
||||||
|
|
||||||
// access/queries
|
// access/queries
|
||||||
#ifdef DYNAMIC_POOL_RESIZING
|
|
||||||
INLINE void set_pool_size(int size);
|
INLINE void set_pool_size(int size);
|
||||||
#endif
|
|
||||||
INLINE void set_birth_rate(float new_br);
|
INLINE void set_birth_rate(float new_br);
|
||||||
INLINE void set_litter_size(int new_ls);
|
INLINE void set_litter_size(int new_ls);
|
||||||
INLINE void set_litter_spread(int new_ls);
|
INLINE void set_litter_spread(int new_ls);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user