Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XFuParticleSystem.h File Reference

Particle system utility. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  XFuNoiseController
 Noise controller for the XFuParticleSystem class. More...

struct  Particle
 Single particle structure. More...

class  XFuParticleSystem
 Particle system class. More...


Enumerations

enum  XFUPARTICLESYSTEM_FLAGBITS {
  XFUPSF_COLLIDER_XMIN = 1,
  XFUPSF_COLLIDER_YMIN = 2,
  XFUPSF_COLLIDER_ZMIN = 4,
  XFUPSF_COLLIDER_XMAX = 8,
  XFUPSF_COLLIDER_YMAX = 16,
  XFUPSF_COLLIDER_ZMAX = 32,
  XFUPSF_FORCEITERATIONS = 64,
  XFUPSF_WORLDSPACE_PARTICLES = 128,
  XFUPSF_TICK_ONLY_WHEN_SEEN = 256
}
 Flags for the particle system. More...


Detailed Description

Particle system utility.

X-Forge Util
Copyright 2000-2003 Fathammer Ltd

Id
XFuParticleSystem.h,v 1.9 2003/06/04 14:22:46 jetro Exp
Date
2003/06/04 14:22:46
Revision
1.9

Definition in file XFuParticleSystem.h.


Enumeration Type Documentation

enum XFUPARTICLESYSTEM_FLAGBITS
 

Flags for the particle system.

Enumeration values:
XFUPSF_COLLIDER_XMIN  X min is a collider.
XFUPSF_COLLIDER_YMIN  Y min is a collider.
XFUPSF_COLLIDER_ZMIN  Z min is a collider.
XFUPSF_COLLIDER_XMAX  X max is a collider.
XFUPSF_COLLIDER_YMAX  Y max is a collider.
XFUPSF_COLLIDER_ZMAX  Z max is a collider.
XFUPSF_FORCEITERATIONS  Does N iterations per second (and not FPS iterations).
XFUPSF_WORLDSPACE_PARTICLES  Not implemented at the moment (world vs object space).
XFUPSF_TICK_ONLY_WHEN_SEEN  Flag set in the editor, used in high-level x-forge.

Definition at line 32 of file XFuParticleSystem.h.


   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch