Exemplo n.º 1
0
 public ParticleConfig()
 {
     minParticleMass = 0.001f;
     maxParticleMass = 0.001f;
     rotation        = 2.6f;
     iType           = IntegratorType.RUNGE_KUTTA;
 }
Exemplo n.º 2
0
 public ParticleConfig()
 {
     minParticleMass = 0.001f;
     maxParticleMass = 0.001f;
     rotation        = 2.6f;
     iType           = IntegratorType.RUNGE_KUTTA;
     bankNodes       = 100;
     customerNodes   = 3000;
 }