|
OGRE
1.9.0
|
Sort by direction functor. More...
#include <OgreParticleSystem.h>
Public Member Functions | |
| SortByDirectionFunctor (const Vector3 &dir) | |
| float | operator() (Particle *p) const |
Public Attributes | |
| Vector3 | sortDir |
| Direction to sort in. | |
Sort by direction functor.
Definition at line 712 of file OgreParticleSystem.h.
| Ogre::ParticleSystem::SortByDirectionFunctor::SortByDirectionFunctor | ( | const Vector3 & | dir | ) |
| float Ogre::ParticleSystem::SortByDirectionFunctor::operator() | ( | Particle * | p | ) | const |
| Vector3 Ogre::ParticleSystem::SortByDirectionFunctor::sortDir |
Direction to sort in.
Definition at line 715 of file OgreParticleSystem.h.
1.13.2