source: trunk/packages/vizservers/nanovis/ParticleEmitter.cpp @ 2277

Last change on this file since 2277 was 2096, checked in by ldelgass, 13 years ago

Normalize line endings, set eol-style to native on *.cpp, *.h files

  • Property svn:eol-style set to native
File size: 241 bytes
Line 
1#include "ParticleEmitter.h"
2
3ParticleEmitter::ParticleEmitter()
4:
5_minLifeTime(30.0f), _maxLifeTime(100.0f),
6_maxPositionOffset(1, 1, 1),
7_minNumOfNewParticles(10), _maxNumOfNewParticles(20)
8{
9}
10
11void ParticleEmitter::setVectorField()
12{
13}
Note: See TracBrowser for help on using the repository browser.