OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
NifOsg::ParticleShooter Class Reference

#include <particle.hpp>

Inheritance diagram for NifOsg::ParticleShooter:
Collaboration diagram for NifOsg::ParticleShooter:

Public Member Functions

 ParticleShooter (float minSpeed, float maxSpeed, float horizontalDir, float horizontalAngle, float verticalDir, float verticalAngle, float lifetime, float lifetimeRandom)
 
 ParticleShooter ()
 
 ParticleShooter (const ParticleShooter &copy, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
 

Private Attributes

float mMinSpeed
 
float mMaxSpeed
 
float mHorizontalDir
 
float mHorizontalAngle
 
float mVerticalDir
 
float mVerticalAngle
 
float mLifetime
 
float mLifetimeRandom
 

Constructor & Destructor Documentation

NifOsg::ParticleShooter::ParticleShooter ( float  minSpeed,
float  maxSpeed,
float  horizontalDir,
float  horizontalAngle,
float  verticalDir,
float  verticalAngle,
float  lifetime,
float  lifetimeRandom 
)
NifOsg::ParticleShooter::ParticleShooter ( )
NifOsg::ParticleShooter::ParticleShooter ( const ParticleShooter copy,
const osg::CopyOp &  copyop = osg::CopyOp::SHALLOW_COPY 
)

Member Data Documentation

float NifOsg::ParticleShooter::mHorizontalAngle
private
float NifOsg::ParticleShooter::mHorizontalDir
private
float NifOsg::ParticleShooter::mLifetime
private
float NifOsg::ParticleShooter::mLifetimeRandom
private
float NifOsg::ParticleShooter::mMaxSpeed
private
float NifOsg::ParticleShooter::mMinSpeed
private
float NifOsg::ParticleShooter::mVerticalAngle
private
float NifOsg::ParticleShooter::mVerticalDir
private

The documentation for this class was generated from the following files: