Go to the documentation of this file.
29 #ifndef __MovableObject_H__
30 #define __MovableObject_H__
47 class MovableObjectFactory;
196 virtual const String& getMovableType(
void)
const = 0;
204 virtual Node* getParentNode(
void)
const;
213 virtual SceneNode* getParentSceneNode(
void)
const;
220 virtual void _notifyAttached(
Node* parent,
bool isTagPoint =
false);
223 virtual bool isAttached(
void)
const;
226 virtual void detachFromParent(
void);
231 virtual bool isInScene(
void)
const;
235 virtual void _notifyMoved(
void);
242 virtual void _notifyCurrentCamera(
Camera* cam);
253 virtual Real getBoundingRadius(
void)
const = 0;
256 virtual const AxisAlignedBox& getWorldBoundingBox(
bool derive =
false)
const;
258 virtual const Sphere& getWorldBoundingSphere(
bool derive =
false)
const;
264 virtual void _updateRenderQueue(
RenderQueue* queue) = 0;
280 virtual void setVisible(
bool visible);
286 virtual bool getVisible(
void)
const;
292 virtual bool isVisible(
void)
const;
300 mUpperDistance = dist;
301 mSquaredUpperDistance = mUpperDistance * mUpperDistance;
313 mMinPixelSize = pixelSize;
319 return mMinPixelSize;
360 virtual void setRenderQueueGroup(
uint8 queueID);
377 virtual void setRenderQueueGroupAndPriority(
uint8 queueID,
ushort priority);
380 virtual uint8 getRenderQueueGroup(
void)
const;
383 virtual const Matrix4& _getParentNodeFullTransform(
void)
const;
470 virtual const LightList& queryLights(
void)
const;
483 virtual void setLightMask(
uint32 lightMask);
498 ShadowRenderableListIterator getShadowVolumeRenderableIterator(
501 bool extrudeVertices,
Real extrusionDist,
unsigned long flags = 0);
525 bool getReceivesShadows();
528 Real getPointExtrusionDistance(
const Light* l)
const;
539 virtual uint32 getTypeFlags(
void)
const;
553 bool debugRenderables =
false) = 0;
591 virtual const String& getType(
void)
const = 0;
UserObjectBindings & getUserObjectBindings()
Return an instance of user objects binding associated with this class.
virtual void objectDetached(MovableObject *)
MovableObject has been detached from a node.
Sphere mWorldBoundingSphere
virtual void setDebugDisplayEnabled(bool enabled)
Sets whether or not the debug display of this object is enabled.
virtual const OGRE_DEPRECATED Any & getUserAny(void) const
virtual ~MovableObjectFactory()
bool mCastShadows
Does this object cast shadows?
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...
uint32 mVisibilityFlags
Flags determining whether this object is visible (compared to SceneManager mask)
virtual OGRE_DEPRECATED void setUserAny(const Any &anything)
virtual void removeVisibilityFlags(uint32 flags)
As setVisibilityFlags, except the flags passed as parameters are removed from the existing flags on t...
virtual void setListener(Listener *listener)
Sets a listener for this object.
bool mBeyondFarDistance
Hidden because of distance?
A viewpoint from which the scene will be rendered.
virtual const String & getName(void) const
Returns the name of this object.
MovableObjectFactory * mCreator
Creator of this object (if created by a factory)
virtual LightList * _getLightList()
Returns a pointer to the current list of lights for this object.
Real mSquaredUpperDistance
virtual Listener * getListener(void) const
Gets the current listener for this object.
AxisAlignedBox mWorldAABB
Cached world AABB of this object.
bool hasEdgeList(void)
Define a default implementation of method from ShadowCaster which implements no shadows.
This class defines the interface that must be implemented by shadow casters.
ShadowTechnique
An enumeration of broad shadow techniques.
Representation of a dynamic light source in the scene.
EdgeData * getEdgeList(void)
Define a default implementation of method from ShadowCaster which implements no shadows.
Variant type that can hold Any other type.
const UserObjectBindings & getUserObjectBindings() const
Return an instance of user objects binding associated with this class.
virtual SceneManager * _getManager(void) const
Get the manager of this object, if any (internal use only)
Abstract class defining a movable object in a scene.
Shared pointer implementation used to share index buffers.
static void setDefaultQueryFlags(uint32 flags)
Set the default query flags for all future MovableObject instances.
virtual const LightList * objectQueryLights(const MovableObject *)
Called when the movable object needs to query a light list.
Node * mParentNode
node to which this object is attached
static uint32 getDefaultVisibilityFlags()
Get the default visibility flags for all future MovableObject instances.
Interface definition for a factory class which produces a certain kind of MovableObject,...
void setCastShadows(bool enabled)
Sets whether or not this object will cast shadows.
virtual void objectAttached(MovableObject *)
MovableObject has been attached to a node.
uint32 mQueryFlags
Flags determining whether this object is included / excluded from scene queries.
AxisAlignedBox mWorldDarkCapBounds
World space AABB of this object's dark cap.
bool getCastShadows(void) const
Returns whether shadow casting is enabled for this object.
bool mDebugDisplay
Is debug display enabled?
Class that provides convenient interface to establish a linkage between custom user application objec...
map< String, String >::type NameValuePairList
Name / value parameter pair (first = name, second = value)
LightList mLightList
List of lights for this object.
bool mRenderQueuePrioritySet
Flags whether the RenderQueue's default should be used.
Class representing a node in the scene graph.
virtual uint32 getVisibilityFlags(void) const
Returns the visibility flags relevant for this object.
UserObjectBindings mUserObjectBindings
User objects binding.
ushort mRenderQueuePriority
The render queue group to use when rendering this object.
bool mVisible
Is this object visible?
Class encapsulating a standard 4x4 homogeneous matrix.
virtual void _notifyCreator(MovableObjectFactory *fact)
Notify the object of it's creator (internal use only)
void _notifyTypeFlags(uint32 flag)
Notify this factory of the type mask to apply.
virtual void objectMoved(MovableObject *)
MovableObject has been moved.
virtual bool requestTypeFlags(void) const
Does this factory require the allocation of a 'type flag', used to selectively include / exclude this...
virtual void addQueryFlags(uint32 flags)
As setQueryFlags, except the flags passed as parameters are appended to the existing flags on this ob...
uint32 mTypeFlag
Type flag, allocated if requested.
Manages the organisation and rendering of a 'scene' i.e.
virtual void setRenderingDistance(Real dist)
Sets the distance at which the object is no longer rendered.
String mName
Name of this object.
virtual bool isParentTagPoint() const
Gets whether the parent node is a TagPoint (or a SceneNode)
uint8 mRenderQueueID
The render queue to use when rendering this object.
Defines an interface to classes which have one or more AnimableValue instances to expose.
virtual Real getRenderingDistance(void) const
Gets the distance at which batches are no longer rendered.
A 3D box aligned with the x/y/z axes.
virtual Real getRenderingMinPixelSize() const
Returns the minimum pixel size an object needs to be in both screen axes in order to be rendered.
virtual void removeQueryFlags(uint32 flags)
As setQueryFlags, except the flags passed as parameters are removed from the existing flags on this o...
static uint32 getDefaultQueryFlags()
Get the default query flags for all future MovableObject instances.
Listener which gets called back on MovableObject events.
ulong mLightListUpdated
The last frame that this light list was updated in.
bool mRenderingDisabled
Does rendering this object disabled by listener?
A sphere primitive, mostly used for bounds checking.
static uint32 msDefaultQueryFlags
Default query flags.
virtual uint32 getLightMask() const
Get a bitwise mask which will filter the lights affecting this object.
virtual void setQueryFlags(uint32 flags)
Sets the query flags for this object.
virtual bool objectRendering(const MovableObject *, const Camera *)
Called when the movable object of the camera to be used for rendering.
Listener * mListener
MovableObject listener - only one allowed (no list) for size & performance reasons....
virtual MovableObjectFactory * _getCreator(void) const
Get the creator of this object, if any (internal use only)
Visitor object that can be used to iterate over a collection of Renderable instances abstractly.
uint32 getTypeFlags(void) const
Gets the type flag for this factory.
virtual void setVisibilityFlags(uint32 flags)
Sets the visibility flags for this object.
virtual uint32 getQueryFlags(void) const
Returns the query flags relevant for this object.
bool mRenderQueueIDSet
Flags whether the RenderQueue's default should be used.
float Real
Software floating point type.
This class contains the information required to describe the edge connectivity of a given set of vert...
virtual void addVisibilityFlags(uint32 flags)
As setVisibilityFlags, except the flags passed as parameters are appended to the existing flags on th...
virtual bool isDebugDisplayEnabled(void) const
Gets whether debug display of this object is enabled.
Class representing a general-purpose node an articulated scene graph.
virtual void objectDestroyed(MovableObject *)
MovableObject is being destroyed.
SceneManager * mManager
SceneManager holding this object (if applicable)
uint32 mLightMask
the light mask defined for this movable. This will be taken into consideration when deciding which li...
Real mUpperDistance
Upper distance to still render.
static uint32 msDefaultVisibilityFlags
Default visibility flags.
virtual void setRenderingMinPixelSize(Real pixelSize)
Sets the minimum pixel size an object needs to be in both screen axes in order to be rendered.
Class to manage the scene object rendering queue.
static void setDefaultVisibilityFlags(uint32 flags)
Set the default visibility flags for all future MovableObject instances.
virtual void _notifyManager(SceneManager *man)
Notify the object of it's manager (internal use only)
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.