OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
Ogre::ManualObject::ManualObjectSectionShadowRenderable Class Reference

Nested class to allow shadows. More...

#include <OgreManualObject.h>

+ Inheritance diagram for Ogre::ManualObject::ManualObjectSectionShadowRenderable:

Public Member Functions

 ManualObjectSectionShadowRenderable (ManualObject *parent, HardwareIndexBufferSharedPtr *indexBuffer, const VertexData *vertexData, bool createSeparateLightCap, bool isLightCap=false)
 
 ~ManualObjectSectionShadowRenderable ()
 
HardwareVertexBufferSharedPtr getPositionBuffer (void)
 
HardwareVertexBufferSharedPtr getWBuffer (void)
 
void getWorldTransforms (Matrix4 *xform) const override
 Gets the world transform matrix / matrices for this renderable object. More...
 
virtual void rebindIndexBuffer (const HardwareIndexBufferSharedPtr &indexBuffer) override
 This function informs the shadow renderable that the global index buffer from the SceneManager has been updated. More...
 
- Public Member Functions inherited from Ogre::ShadowRenderable
 ShadowRenderable ()
 Used only if isLightCapSeparate == true. More...
 
virtual ~ShadowRenderable ()
 
ShadowRenderablegetLightCapRenderable (void)
 Get the light cap version of this renderable. More...
 
const LightListgetLights (void) const
 Gets a list of lights, ordered relative to how close they are to this renderable. More...
 
const MaterialPtrgetMaterial (void) const
 Retrieves a weak reference to the material this renderable object uses. More...
 
void getRenderOperation (RenderOperation &op)
 Gets the render operation required to send this object to the frame buffer. More...
 
RenderOperationgetRenderOperationForUpdate (void)
 Get the internal render operation for set up. More...
 
Real getSquaredViewDepth (const Camera *) const
 Returns the squared distance between the camera and this renderable. More...
 
bool isLightCapSeparate (void) const
 Does this renderable require a separate light cap? More...
 
virtual bool isVisible (void) const
 Should this ShadowRenderable be treated as visible? More...
 
void setMaterial (const MaterialPtr &mat)
 Set the material to be used by the shadow, should be set by the caller before adding to a render queue. More...
 
- Public Member Functions inherited from Ogre::Renderable
 Renderable ()
 
virtual ~Renderable ()
 Virtual destructor needed as class has virtual methods. More...
 
virtual void _updateCustomGpuParameter (const GpuProgramParameters::AutoConstantEntry &constantEntry, GpuProgramParameters *params) const
 Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows. More...
 
virtual bool getCastsShadows (void) const
 Method which reports whether this renderable would normally cast a shadow. More...
 
const Vector4getCustomParameter (size_t index) const
 Gets the custom value associated with this Renderable at the given index. More...
 
virtual unsigned short getNumWorldTransforms (void) const
 Returns the number of world transform matrices this renderable requires. More...
 
bool getPolygonModeOverrideable (void) const
 Gets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. More...
 
const RenderSystemDataPtrgetRenderSystemData () const
 
virtual TechniquegetTechnique (void) const
 Retrieves a pointer to the Material Technique this renderable object uses. More...
 
bool getUseIdentityProjection (void) const
 Returns whether or not to use an 'identity' projection. More...
 
bool getUseIdentityView (void) const
 Returns whether or not to use an 'identity' view. More...
 
const AnygetUserAny (void) const
 
UserObjectBindingsgetUserObjectBindings ()
 Return an instance of user objects binding associated with this class. More...
 
const UserObjectBindingsgetUserObjectBindings () const
 Return an instance of user objects binding associated with this class. More...
 
bool hasCustomParameter (size_t index) const
 Checks whether a custom value is associated with this Renderable at the given index. More...
 
virtual void postRender (SceneManager *sm, RenderSystem *rsys)
 Called immediately after the Renderable has been rendered. More...
 
virtual bool preRender (SceneManager *sm, RenderSystem *rsys)
 Called just prior to the Renderable being rendered. More...
 
void removeCustomParameter (size_t index)
 Removes a custom value which is associated with this Renderable at the given index. More...
 
void setCustomParameter (size_t index, const Vector4 &value)
 Sets a custom parameter for this Renderable, which may be used to drive calculations for this specific Renderable, like GPU program parameters. More...
 
void setPolygonModeOverrideable (bool override)
 Sets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. More...
 
void setRenderSystemData (RenderSystemDataPtr val) const
 
void setUseIdentityProjection (bool useIdentityProjection)
 Sets whether or not to use an 'identity' projection. More...
 
void setUseIdentityView (bool useIdentityView)
 Sets whether or not to use an 'identity' view. More...
 
void setUserAny (const Any &anything)
 

Additional Inherited Members

- Public Types inherited from Ogre::Renderable
enum  { DEFAULT_PRIORITY = 100 }
 
typedef SharedPtr< RenderSystemDataRenderSystemDataPtr
 

Detailed Description

Nested class to allow shadows.

Constructor & Destructor Documentation

◆ ManualObjectSectionShadowRenderable()

Ogre::ManualObject::ManualObjectSectionShadowRenderable::ManualObjectSectionShadowRenderable ( ManualObject parent,
HardwareIndexBufferSharedPtr indexBuffer,
const VertexData vertexData,
bool  createSeparateLightCap,
bool  isLightCap = false 
)

◆ ~ManualObjectSectionShadowRenderable()

Ogre::ManualObject::ManualObjectSectionShadowRenderable::~ManualObjectSectionShadowRenderable ( )

Member Function Documentation

◆ getWorldTransforms()

void Ogre::ManualObject::ManualObjectSectionShadowRenderable::getWorldTransforms ( Matrix4 xform) const
overridevirtual

Gets the world transform matrix / matrices for this renderable object.

Remarks
If the object has any derived transforms, these are expected to be up to date as long as all the SceneNode structures have been updated before this is called.
This method will populate transform with 1 matrix if it does not use vertex blending. If it does use vertex blending it will fill the passed in pointer with an array of matrices, the length being the value returned from getNumWorldTransforms.
Note
Internal Ogre never supports non-affine matrix for world transform matrix/matrices, the behavior is undefined if returns non-affine matrix here.

Implements Ogre::ShadowRenderable.

◆ getPositionBuffer()

HardwareVertexBufferSharedPtr Ogre::ManualObject::ManualObjectSectionShadowRenderable::getPositionBuffer ( void  )
inline

◆ getWBuffer()

HardwareVertexBufferSharedPtr Ogre::ManualObject::ManualObjectSectionShadowRenderable::getWBuffer ( void  )
inline

◆ rebindIndexBuffer()

virtual void Ogre::ManualObject::ManualObjectSectionShadowRenderable::rebindIndexBuffer ( const HardwareIndexBufferSharedPtr indexBuffer)
overridevirtual

This function informs the shadow renderable that the global index buffer from the SceneManager has been updated.

As all shadow use this buffer their pointer must be updated as well.

Parameters
indexBufferPointer to the new index buffer.

Implements Ogre::ShadowRenderable.


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