OpenSceneGraph 2.8.3
|
#include <osgParticle/Export>
#include <stdlib.h>
#include <osg/Vec2>
#include <osg/Vec3>
#include <osg/Vec4>
Classes | |
struct | osgParticle::range< ValueType > |
A simple struct template useful to store ranges of values as min/max pairs. More... | |
Namespaces | |
namespace | osgParticle |
The osgParticle library is a NodeKit that extends the core scene graph to support particle effects. | |
Defines | |
#define | OSGPARTICLE_RANGE 1 |
Typedefs | |
typedef range< float > | osgParticle::rangef |
Range of floats. | |
typedef range< osg::Vec2 > | osgParticle::rangev2 |
Range of osg::Vec2s. | |
typedef range< osg::Vec3 > | osgParticle::rangev3 |
Range of osg::Vec3s. | |
typedef range< osg::Vec4 > | osgParticle::rangev4 |
Range of osg::Vec4s. |
#define OSGPARTICLE_RANGE 1 |
![]() | Generated at Tue Mar 22 2011 13:20:19 for the OpenSceneGraph by doxygen 1.7.3. |