|
| BillboardParticleRenderer (IdType id, ObjectMemoryManager *objectMemoryManager, SceneManager *sceneManager) |
|
| ~BillboardParticleRenderer () override |
|
SortMode | _getSortMode () const override |
| Gets the desired particles sort mode of this renderer.
|
|
void | _notifyAttached (Node *parent) override |
| Delegated to by ParticleSystem::_notifyAttached.
|
|
void | _notifyCurrentCamera (const Camera *camera, const Camera *lodCamera) override |
| Delegated to by ParticleSystem::_notifyCurrentCamera.
|
|
void | _notifyDefaultDimensions (Real width, Real height) override |
| Tells the renderer that the particle default size has changed.
|
|
void | _notifyParticleQuota (size_t quota) override |
| Tells the renderer that the particle quota has changed.
|
|
void | _notifyParticleResized () override |
| Optional callback notified when particles are resized individually.
|
|
void | _notifyParticleRotated () override |
| Optional callback notified when particles are rotated.
|
|
void | _setDatablock (HlmsDatablock *datablock) override |
| Sets the HLMS material this renderer must use; called by ParticleSystem.
|
|
void | _setMaterialName (const String &matName, const String &resourceGroup) override |
| Sets the material this renderer must use; called by ParticleSystem.
|
|
void | _updateRenderQueue (RenderQueue *queue, Camera *camera, const Camera *lodCamera, list< Particle * >::type ¤tParticles, bool cullIndividually, RenderableArray &outRenderables) override |
| Delegated to by ParticleSystem::_updateRenderQueue.
|
|
BillboardOrigin | getBillboardOrigin () const |
| Gets the point which acts as the origin point for all billboards in this set.
|
|
BillboardRotationType | getBillboardRotationType () const |
| Gets billboard rotation type.
|
|
BillboardSet * | getBillboardSet () const |
| Access BillboardSet in use.
|
|
BillboardType | getBillboardType () const |
| Returns the billboard type in use.
|
|
const Vector3 & | getCommonDirection () const |
| Gets the common direction for all billboards (BBT_ORIENTED_COMMON)
|
|
const Vector3 & | getCommonUpVector () const |
| Gets the common up-vector for all billboards (BBT_PERPENDICULAR_SELF)
|
|
uint32 | getTextureSlices () const |
|
uint32 | getTextureStacks () const |
|
const String & | getType () const override |
| Gets the type of this renderer - must be implemented by subclasses.
|
|
bool | getUseAccurateFacing () const |
| Gets whether or not billboards use an 'accurate' facing model based on the vector from each billboard to the camera, rather than an optimised version using just the camera direction.
|
|
bool | isPointRenderingEnabled () const |
| Returns whether point rendering is enabled.
|
|
void | setBillboardOrigin (BillboardOrigin origin) |
| Sets the point which acts as the origin point for all billboards in this set.
|
|
void | setBillboardRotationType (BillboardRotationType rotationType) |
| Sets billboard rotation type.
|
|
void | setBillboardType (BillboardType bbt) |
| Sets the type of billboard to render.
|
|
void | setCommonDirection (const Vector3 &vec) |
| Use this to specify the common direction given to billboards of type BBT_ORIENTED_COMMON.
|
|
void | setCommonUpVector (const Vector3 &vec) |
| Use this to specify the common up-vector given to billboards of type BBT_PERPENDICULAR_SELF.
|
|
void | setKeepParticlesInLocalSpace (bool keepLocal) override |
| Setting carried over from ParticleSystem.
|
|
void | setPointRenderingEnabled (bool enabled) |
| Set whether or not the BillboardSet will use point rendering rather than manually generated quads.
|
|
void | setRenderQueueGroup (uint8 queueID) override |
| Sets which render queue group this renderer should target with it's output.
|
|
void | setRenderQueueSubGroup (uint8 subGroup) override |
| Sets the render queue sub group.
|
|
void | setTextureSlices (uint32 value) |
|
void | setTextureStacks (uint32 value) |
|
void | setUseAccurateFacing (bool acc) |
| Sets whether or not billboards should use an 'accurate' facing model based on the vector from each billboard to the camera, rather than an optimised version using just the camera direction.
|
|
Public Member Functions inherited from Ogre::ParticleSystemRenderer |
| ParticleSystemRenderer () |
| Constructor.
|
|
virtual | ~ParticleSystemRenderer () |
| Destructor.
|
|
virtual ParticleVisualData * | _createVisualData () |
| Create a new ParticleVisualData instance for attachment to a particle.
|
|
virtual void | _destroyVisualData (ParticleVisualData *vis) |
| Destroy a ParticleVisualData instance.
|
|
virtual SortMode | _getSortMode () const =0 |
| Gets the desired particles sort mode of this renderer.
|
|
virtual void | _notifyAttached (Node *parent)=0 |
| Delegated to by ParticleSystem::_notifyAttached.
|
|
virtual void | _notifyCurrentCamera (const Camera *camera, const Camera *lodCamera)=0 |
| Delegated to by ParticleSystem::_notifyCurrentCamera.
|
|
virtual void | _notifyDefaultDimensions (Real width, Real height)=0 |
| Tells the renderer that the particle default size has changed.
|
|
virtual void | _notifyParticleCleared (list< Particle * >::type ¤tParticles) |
| Optional callback notified when particles cleared.
|
|
virtual void | _notifyParticleEmitted (Particle *particle) |
| Optional callback notified when particle emitted.
|
|
virtual void | _notifyParticleExpired (Particle *particle) |
| Optional callback notified when particle expired.
|
|
virtual void | _notifyParticleMoved (list< Particle * >::type ¤tParticles) |
| Optional callback notified when particles moved.
|
|
virtual void | _notifyParticleQuota (size_t quota)=0 |
| Tells the renderer that the particle quota has changed.
|
|
virtual void | _notifyParticleResized () |
| Optional callback notified when particles are resized individually.
|
|
virtual void | _notifyParticleRotated () |
| Optional callback notified when particles are rotated.
|
|
virtual void | _setDatablock (HlmsDatablock *datablock)=0 |
| Sets the HLMS material this renderer must use; called by ParticleSystem.
|
|
virtual void | _setMaterialName (const String &matName, const String &resourceGroup)=0 |
| Sets the material this renderer must use; called by ParticleSystem.
|
|
virtual void | _updateRenderQueue (RenderQueue *queue, Camera *camera, const Camera *lodCamera, list< Particle * >::type ¤tParticles, bool cullIndividually, RenderableArray &outRenderables)=0 |
| Delegated to by ParticleSystem::_updateRenderQueue.
|
|
virtual const String & | getType () const =0 |
| Gets the type of this renderer - must be implemented by subclasses.
|
|
virtual void | setKeepParticlesInLocalSpace (bool keepLocal)=0 |
| Setting carried over from ParticleSystem.
|
|
virtual void | setRenderQueueGroup (uint8 queueID)=0 |
| Sets which render queue group this renderer should target with it's output.
|
|
virtual void | setRenderQueueSubGroup (uint8 subGroupId)=0 |
|
| StringInterface () |
|
virtual | ~StringInterface () |
| Virtual destructor, see Effective C++.
|
|
virtual void | copyParametersTo (StringInterface *dest) const |
| Method for copying this object's parameters to another object.
|
|
ParamDictionary * | getParamDictionary () |
| Retrieves the parameter dictionary for this class.
|
|
const ParamDictionary * | getParamDictionary () const |
|
virtual String | getParameter (const String &name) const |
| Generic parameter retrieval method.
|
|
const ParameterList & | getParameters () const |
| Retrieves a list of parameters valid for this object.
|
|
virtual bool | setParameter (const String &name, const String &value) |
| Generic parameter setting method.
|
|
virtual void | setParameterList (const NameValuePairList ¶mList) |
| Generic multiple parameter setting method.
|
|