OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Abstract class defining a movable object in a scene. More...
#include <OgreMovableObject.h>
Classes | |
class | Listener |
Listener which gets called back on MovableObject events. More... | |
Public Member Functions | |
MovableObject () | |
Constructor. More... | |
MovableObject (const String &name) | |
Named constructor. More... | |
virtual | ~MovableObject () |
Virtual destructor - read Scott Meyers if you don't know why this is needed. More... | |
MovableObjectFactory * | _getCreator (void) const |
Get the creator of this object, if any (internal use only) More... | |
LightList * | _getLightList () |
Returns a pointer to the current list of lights for this object. More... | |
SceneManager * | _getManager (void) const |
Get the manager of this object, if any (internal use only) More... | |
virtual const Affine3 & | _getParentNodeFullTransform (void) const |
Return the full transformation of the parent sceneNode or the attachingPoint node. More... | |
virtual void | _notifyAttached (Node *parent, bool isTagPoint=false) |
Internal method called to notify the object that it has been attached to a node. More... | |
virtual void | _notifyCreator (MovableObjectFactory *fact) |
Notify the object of it's creator (internal use only) More... | |
virtual void | _notifyCurrentCamera (Camera *cam) |
Internal method to notify the object of the camera to be used for the next rendering operation. More... | |
virtual void | _notifyManager (SceneManager *man) |
Notify the object of it's manager (internal use only) More... | |
virtual void | _notifyMoved (void) |
Internal method called to notify the object that it has been moved. More... | |
virtual void | _releaseManualHardwareResources () |
Notifies the movable object that hardware resources were lost. More... | |
virtual void | _restoreManualHardwareResources () |
Notifies the movable object that hardware resources should be restored. More... | |
virtual void | _updateRenderQueue (RenderQueue *queue)=0 |
Internal method by which the movable object must add Renderable subclass instances to the rendering queue. More... | |
void | addQueryFlags (uint32 flags) |
As setQueryFlags, except the flags passed as parameters are appended to the existing flags on this object. More... | |
void | addVisibilityFlags (uint32 flags) |
As setVisibilityFlags, except the flags passed as parameters are appended to the existing flags on this object. More... | |
void | detachFromParent (void) |
Detaches an object from a parent SceneNode or TagPoint, if attached. More... | |
virtual const AxisAlignedBox & | getBoundingBox (void) const =0 |
Retrieves the local axis-aligned bounding box for this object. More... | |
virtual Real | getBoundingRadius (void) const =0 |
Retrieves the radius of the origin-centered bounding sphere for this object. More... | |
Real | getBoundingRadiusScaled () const |
as getBoundingRadius, but with scaling applied More... | |
bool | getCastShadows (void) const override |
Returns whether shadow casting is enabled for this object. More... | |
const AxisAlignedBox & | getDarkCapBounds (const Light &light, Real dirLightExtrusionDist) const override |
Gets the world space bounding box of the dark cap, as extruded using the light provided. More... | |
EdgeData * | getEdgeList (void) override |
Returns details of the edges which might be used to determine a silhouette. More... | |
const AxisAlignedBox & | getLightCapBounds (void) const override |
Gets the world space bounding box of the light cap. More... | |
uint32 | getLightMask () const |
Get a bitwise mask which will filter the lights affecting this object. More... | |
Listener * | getListener (void) const |
Gets the current listener for this object. More... | |
virtual const String & | getMovableType (void) const =0 |
Returns the type name of this object. More... | |
const String & | getName (void) const |
Returns the name of this object. More... | |
Node * | getParentNode (void) const |
Returns the node to which this object is attached. More... | |
SceneNode * | getParentSceneNode (void) const |
Returns the scene node to which this object is attached. More... | |
Real | getPointExtrusionDistance (const Light *l) const override |
Get the distance to extrude for a point/spot light. More... | |
virtual uint32 | getQueryFlags (void) const |
Returns the query flags relevant for this object. More... | |
bool | getReceivesShadows () |
Returns whether the Material of any Renderable that this MovableObject will add to the render queue will receive shadows. More... | |
Real | getRenderingDistance (void) const |
Gets the distance at which batches are no longer rendered. More... | |
Real | getRenderingMinPixelSize () const |
Returns the minimum pixel size an object needs to be in both screen axes in order to be rendered. More... | |
uint8 | getRenderQueueGroup (void) const |
Gets the queue group for this entity. More... | |
const ShadowRenderableList & | getShadowVolumeRenderableList (const Light *light, const HardwareIndexBufferPtr &indexBuffer, size_t &indexBufferUsedSize, float extrusionDist, int flags=0) override |
Define a default implementation of method from ShadowCaster which implements no shadows. More... | |
virtual uint32 | getTypeFlags (void) const |
Get the 'type flags' for this MovableObject. More... | |
const Any & | getUserAny (void) const |
UserObjectBindings & | getUserObjectBindings () |
Class that provides convenient interface to establish a linkage between custom user application objects and Ogre core classes. More... | |
const UserObjectBindings & | getUserObjectBindings () const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
virtual uint32 | getVisibilityFlags (void) const |
Returns the visibility flags relevant for this object. More... | |
bool | getVisible (void) const |
Gets this object whether to be visible or not, if it has a renderable component. More... | |
const AxisAlignedBox & | getWorldBoundingBox (bool derive=false) const override |
Retrieves the axis-aligned bounding box for this object in world coordinates. More... | |
virtual const Sphere & | getWorldBoundingSphere (bool derive=false) const |
Retrieves the worldspace bounding sphere for this object. More... | |
bool | isAttached (void) const |
Returns true if this object is attached to a SceneNode or TagPoint. More... | |
bool | isDebugDisplayEnabled (void) const |
Gets whether debug display of this object is enabled. More... | |
virtual bool | isInScene (void) const |
Returns true if this object is attached to a SceneNode or TagPoint, and this SceneNode / TagPoint is currently in an active part of the scene graph. More... | |
bool | isParentTagPoint () const |
Gets whether the parent node is a TagPoint (or a SceneNode) More... | |
virtual bool | isVisible (void) const |
Returns whether or not this object is supposed to be visible or not. More... | |
const LightList & | queryLights (void) const |
Gets a list of lights, ordered relative to how close they are to this movable object. More... | |
void | removeQueryFlags (uint32 flags) |
As setQueryFlags, except the flags passed as parameters are removed from the existing flags on this object. More... | |
void | removeVisibilityFlags (uint32 flags) |
As setVisibilityFlags, except the flags passed as parameters are removed from the existing flags on this object. More... | |
void | setCastShadows (bool enabled) |
Sets whether or not this object will cast shadows. More... | |
void | setDebugDisplayEnabled (bool enabled) |
Sets whether or not the debug display of this object is enabled. More... | |
void | setLightMask (uint32 lightMask) |
Set a bitwise mask which will filter the lights affecting this object. More... | |
void | setListener (Listener *listener) |
Sets a listener for this object. More... | |
void | setQueryFlags (uint32 flags) |
Sets the query flags for this object. More... | |
void | setRenderingDistance (Real dist) |
Sets the distance at which the object is no longer rendered. More... | |
void | setRenderingMinPixelSize (Real pixelSize) |
Sets the minimum pixel size an object needs to be in both screen axes in order to be rendered. More... | |
virtual void | setRenderQueueGroup (uint8 queueID) |
Sets the render queue group this entity will be rendered through. More... | |
virtual void | setRenderQueueGroupAndPriority (uint8 queueID, ushort priority) |
Sets the render queue group and group priority this entity will be rendered through. More... | |
void | setUserAny (const Any &anything) |
void | setVisibilityFlags (uint32 flags) |
Sets the visibility flags for this object. More... | |
void | setVisible (bool visible) |
Tells this object whether to be visible or not, if it has a renderable component. More... | |
virtual void | visitRenderables (Renderable::Visitor *visitor, bool debugRenderables=false)=0 |
Method to allow a caller to abstractly iterate over the Renderable instances that this MovableObject will add to the render queue when asked, if any. More... | |
Public Member Functions inherited from Ogre::ShadowCaster | |
virtual | ~ShadowCaster () |
bool | hasEdgeList () |
Returns whether the object has a valid edge list. More... | |
Public Member Functions inherited from Ogre::AnimableObject | |
AnimableObject () | |
virtual | ~AnimableObject () |
virtual AnimableValuePtr | createAnimableValue (const String &valueName) |
Create a reference-counted AnimableValuePtr for the named value. More... | |
const StringVector & | getAnimableValueNames (void) const |
Gets a list of animable value names for this object. More... | |
Static Public Member Functions | |
static uint32 | getDefaultQueryFlags () |
Get the default query flags for all future MovableObject instances. More... | |
static uint32 | getDefaultVisibilityFlags () |
Get the default visibility flags for all future MovableObject instances. More... | |
static void | setDefaultQueryFlags (uint32 flags) |
Set the default query flags for all future MovableObject instances. More... | |
static void | setDefaultVisibilityFlags (uint32 flags) |
Set the default visibility flags for all future MovableObject instances. More... | |
Static Public Member Functions inherited from Ogre::ShadowCaster | |
static void | clearShadowRenderableList (ShadowRenderableList &shadowRenderables) |
Common implementation of releasing shadow renderables. More... | |
static void | extrudeVertices (const HardwareVertexBufferSharedPtr &vertexBuffer, size_t originalVertexCount, const Vector4 &lightPos, Real extrudeDist) |
Utility method for extruding vertices based on a light. More... | |
Additional Inherited Members | |
Public Types inherited from Ogre::ShadowCaster | |
typedef Ogre::ShadowRenderableList | ShadowRenderableList |
typedef VectorIterator< ShadowRenderableList > | ShadowRenderableListIterator |
Abstract class defining a movable object in a scene.
Ogre::MovableObject::MovableObject | ( | ) |
Constructor.
Ogre::MovableObject::MovableObject | ( | const String & | name | ) |
Named constructor.
|
virtual |
Virtual destructor - read Scott Meyers if you don't know why this is needed.
|
inlinevirtual |
Notify the object of it's creator (internal use only)
|
inline |
Get the creator of this object, if any (internal use only)
|
inlinevirtual |
Notify the object of it's manager (internal use only)
|
inline |
Get the manager of this object, if any (internal use only)
|
inlinevirtual |
Notifies the movable object that hardware resources were lost.
Reimplemented in Ogre::StaticGeometry::Region, Ogre::ManualObject, Ogre::Entity, and Ogre::BillboardSet.
|
inlinevirtual |
Notifies the movable object that hardware resources should be restored.
Reimplemented in Ogre::StaticGeometry::Region, and Ogre::Entity.
|
inline |
Returns the name of this object.
|
pure virtual |
Returns the type name of this object.
Implemented in Ogre::PCZLight, Ogre::StaticGeometry::Region, Ogre::SimpleRenderable, Ogre::RibbonTrail, Ogre::ParticleSystem, Ogre::MovablePlane, Ogre::ManualObject, Ogre::Light, Ogre::InstancedEntity, Ogre::InstanceBatch, Ogre::Frustum, Ogre::Entity, Ogre::Camera, Ogre::BillboardSet, Ogre::BillboardChain, Ogre::Volume::Chunk, Ogre::Portal, Ogre::AntiPortal, and Ogre::Rectangle2D.
|
inline |
Returns the node to which this object is attached.
SceneNode* Ogre::MovableObject::getParentSceneNode | ( | void | ) | const |
Returns the scene node to which this object is attached.
|
inline |
|
virtual |
Internal method called to notify the object that it has been attached to a node.
Reimplemented in Ogre::PortalBase, Ogre::ParticleSystem, Ogre::Light, Ogre::InstancedEntity, and Ogre::Entity.
Referenced by Ogre::PortalBase::_notifyAttached().
|
inline |
void Ogre::MovableObject::detachFromParent | ( | void | ) |
|
virtual |
Returns true if this object is attached to a SceneNode or TagPoint, and this SceneNode / TagPoint is currently in an active part of the scene graph.
Reimplemented in Ogre::InstancedEntity.
|
virtual |
Internal method called to notify the object that it has been moved.
Reimplemented in Ogre::PCZLight, Ogre::Light, Ogre::InstancedEntity, and Ogre::PortalBase.
|
virtual |
Internal method to notify the object of the camera to be used for the next rendering operation.
Reimplemented in Ogre::StaticGeometry::Region, Ogre::SimpleRenderable, Ogre::ParticleSystem, Ogre::InstanceBatch, Ogre::Frustum, Ogre::Entity, Ogre::BillboardSet, and Ogre::MovablePlane.
|
pure virtual |
Retrieves the local axis-aligned bounding box for this object.
Implemented in Ogre::PCZCamera, Ogre::StaticGeometry::Region, Ogre::SimpleRenderable, Ogre::ParticleSystem, Ogre::MovablePlane, Ogre::ManualObject, Ogre::Light, Ogre::InstancedEntity, Ogre::InstanceBatch, Ogre::Frustum, Ogre::Entity, Ogre::BillboardSet, Ogre::BillboardChain, Ogre::TerrainQuadTreeNode, and Ogre::PortalBase.
|
pure virtual |
Retrieves the radius of the origin-centered bounding sphere for this object.
Implemented in Ogre::WireBoundingBox, Ogre::StaticGeometry::Region, Ogre::Rectangle2D, Ogre::ParticleSystem, Ogre::MovablePlane, Ogre::ManualObject, Ogre::Light, Ogre::InstancedEntity, Ogre::InstanceBatch, Ogre::Frustum, Ogre::Entity, Ogre::Camera, Ogre::BillboardSet, Ogre::BillboardChain, Ogre::PortalBase, Ogre::Volume::Chunk, and Ogre::TerrainQuadTreeNode.
Real Ogre::MovableObject::getBoundingRadiusScaled | ( | ) | const |
as getBoundingRadius, but with scaling applied
|
overridevirtual |
Retrieves the axis-aligned bounding box for this object in world coordinates.
Implements Ogre::ShadowCaster.
Reimplemented in Ogre::PortalBase.
|
virtual |
Retrieves the worldspace bounding sphere for this object.
Reimplemented in Ogre::PortalBase, and Ogre::Entity.
|
pure virtual |
Internal method by which the movable object must add Renderable subclass instances to the rendering queue.
Implemented in Ogre::PortalBase, Ogre::StaticGeometry::Region, Ogre::SimpleRenderable, Ogre::ParticleSystem, Ogre::ManualObject, Ogre::Light, Ogre::InstancedEntity, Ogre::BaseInstanceBatchVTF, Ogre::InstanceBatchHW_VTF, Ogre::InstanceBatchHW, Ogre::InstanceBatch, Ogre::Frustum, Ogre::Entity, Ogre::BillboardSet, Ogre::MovablePlane, and Ogre::BillboardChain.
|
inline |
Tells this object whether to be visible or not, if it has a renderable component.
Referenced by Ogre::Light::setVisible().
|
inline |
Gets this object whether to be visible or not, if it has a renderable component.
|
virtual |
Returns whether or not this object is supposed to be visible or not.
Reimplemented in Ogre::StaticGeometry::Region.
|
inline |
Sets the distance at which the object is no longer rendered.
dist | Distance beyond which the object will not be rendered (the default is 0, which means objects are always rendered). |
|
inline |
Gets the distance at which batches are no longer rendered.
|
inline |
Sets the minimum pixel size an object needs to be in both screen axes in order to be rendered.
pixelSize | Number of minimum pixels (the default is 0, which means objects are always rendered). |
|
inline |
Returns the minimum pixel size an object needs to be in both screen axes in order to be rendered.
|
inline |
|
inline |
|
inline |
Class that provides convenient interface to establish a linkage between custom user application objects and Ogre core classes.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
virtual |
Sets the render queue group this entity will be rendered through.
queueID | Enumerated value of the queue group to use. See the enum RenderQueueGroupID for what kind of values can be used here. |
Reimplemented in Ogre::ParticleSystem, and Ogre::Entity.
|
virtual |
Sets the render queue group and group priority this entity will be rendered through.
queueID | Enumerated value of the queue group to use. See the enum RenderQueueGroupID for what kind of values can be used here. |
priority | The priority within a group to use. |
Reimplemented in Ogre::ParticleSystem, and Ogre::Entity.
|
inline |
Gets the queue group for this entity.
|
virtual |
Return the full transformation of the parent sceneNode or the attachingPoint node.
Reimplemented in Ogre::InstancedEntity.
|
inline |
Sets the query flags for this object.
|
inline |
As setQueryFlags, except the flags passed as parameters are appended to the existing flags on this object.
|
inline |
As setQueryFlags, except the flags passed as parameters are removed from the existing flags on this object.
|
inlinevirtual |
Returns the query flags relevant for this object.
|
inlinestatic |
Set the default query flags for all future MovableObject instances.
|
inlinestatic |
Get the default query flags for all future MovableObject instances.
|
inline |
Sets the visibility flags for this object.
|
inline |
As setVisibilityFlags, except the flags passed as parameters are appended to the existing flags on this object.
|
inline |
As setVisibilityFlags, except the flags passed as parameters are removed from the existing flags on this object.
|
inlinevirtual |
Returns the visibility flags relevant for this object.
|
inlinestatic |
Set the default visibility flags for all future MovableObject instances.
|
inlinestatic |
Get the default visibility flags for all future MovableObject instances.
|
inline |
Sets a listener for this object.
|
inline |
Gets the current listener for this object.
const LightList& Ogre::MovableObject::queryLights | ( | void | ) | const |
Gets a list of lights, ordered relative to how close they are to this movable object.
|
inline |
Get a bitwise mask which will filter the lights affecting this object.
void Ogre::MovableObject::setLightMask | ( | uint32 | lightMask | ) |
Set a bitwise mask which will filter the lights affecting this object.
|
inline |
Returns a pointer to the current list of lights for this object.
|
inlineoverridevirtual |
Returns details of the edges which might be used to determine a silhouette.
Implements Ogre::ShadowCaster.
Reimplemented in Ogre::StaticGeometry::Region.
|
overridevirtual |
Define a default implementation of method from ShadowCaster which implements no shadows.
Implements Ogre::ShadowCaster.
Reimplemented in Ogre::StaticGeometry::Region.
|
overridevirtual |
Gets the world space bounding box of the light cap.
Implements Ogre::ShadowCaster.
|
overridevirtual |
Gets the world space bounding box of the dark cap, as extruded using the light provided.
Implements Ogre::ShadowCaster.
|
inline |
Sets whether or not this object will cast shadows.
Referenced by Ogre::Bullet::DebugDrawer::DebugDrawer().
|
inlineoverridevirtual |
Returns whether shadow casting is enabled for this object.
Implements Ogre::ShadowCaster.
bool Ogre::MovableObject::getReceivesShadows | ( | ) |
Returns whether the Material of any Renderable that this MovableObject will add to the render queue will receive shadows.
Get the distance to extrude for a point/spot light.
Implements Ogre::ShadowCaster.
|
virtual |
Get the 'type flags' for this MovableObject.
Reimplemented in Ogre::StaticGeometry::Region, Ogre::ParticleSystem, Ogre::Light, Ogre::Frustum, Ogre::Entity, and Ogre::BillboardSet.
|
pure virtual |
Method to allow a caller to abstractly iterate over the Renderable instances that this MovableObject will add to the render queue when asked, if any.
visitor | Pointer to a class implementing the Renderable::Visitor interface which will be called back for each Renderable which will be queued. Bear in mind that the state of the Renderable instances may not be finalised depending on when you call this. |
debugRenderables | If false, only regular renderables will be visited (those for normal display). If true, debug renderables will be included too. |
Implemented in Ogre::PortalBase, Ogre::StaticGeometry::Region, Ogre::SimpleRenderable, Ogre::ParticleSystem, Ogre::MovablePlane, Ogre::ManualObject, Ogre::Light, Ogre::InstancedEntity, Ogre::InstanceBatch, Ogre::Frustum, Ogre::Entity, Ogre::BillboardSet, and Ogre::BillboardChain.
|
inline |
Sets whether or not the debug display of this object is enabled.
|
inline |
Gets whether debug display of this object is enabled.