source: nanovis/branches/1.1/ParticleEmitter.cpp @ 4804

Last change on this file since 4804 was 3502, checked in by ldelgass, 11 years ago

Add basic VTK structured points reader to nanovis, update copyright dates.

  • Property svn:eol-style set to native
File size: 380 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (c) 2004-2013  HUBzero Foundation, LLC
4 *
5 */
6#include "ParticleEmitter.h"
7
8ParticleEmitter::ParticleEmitter() :
9    _minLifeTime(30.0f), _maxLifeTime(100.0f),
10    _maxPositionOffset(1, 1, 1),
11    _minNumOfNewParticles(10), _maxNumOfNewParticles(20)
12{
13}
14
15void ParticleEmitter::setVectorField()
16{
17}
Note: See TracBrowser for help on using the repository browser.