|
| | MovablePlane (const Plane &rhs) |
| |
| | MovablePlane (const String &name) |
| |
| | MovablePlane (const Vector3 &rkNormal, const Vector3 &rkPoint) |
| |
| | MovablePlane (const Vector3 &rkNormal, Real fConstant) |
| | Construct a plane through a normal, and a distance to move the plane along the normal. More...
|
| |
| | MovablePlane (const Vector3 &rkPoint0, const Vector3 &rkPoint1, const Vector3 &rkPoint2) |
| |
| | ~MovablePlane () |
| |
| const Plane & | _getDerivedPlane (void) const |
| | Get the derived plane as transformed by its parent node. More...
|
| |
| void | _notifyCurrentCamera (Camera *) override |
| | Overridden from MovableObject. More...
|
| |
| void | _updateRenderQueue (RenderQueue *) override |
| | Overridden from MovableObject. More...
|
| |
| const AxisAlignedBox & | getBoundingBox (void) const override |
| | Overridden from MovableObject. More...
|
| |
| Real | getBoundingRadius (void) const override |
| | Overridden from MovableObject. More...
|
| |
| const String & | getMovableType (void) const override |
| | Overridden from MovableObject. More...
|
| |
| void | visitRenderables (Renderable::Visitor *visitor, bool debugRenderables=false) override |
| | 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...
|
| |
| | Plane () |
| | Default constructor - sets everything to 0. More...
|
| |
| | Plane (const Vector3 &p0, const Vector3 &p1, const Vector3 &p2) |
| |
| | Plane (const Vector3 &rkNormal, const Vector3 &rkPoint) |
| |
| | Plane (const Vector3 &rkNormal, Real fConstant) |
| | Construct a plane through a normal, and a distance to move the plane along the normal. More...
|
| |
| | Plane (const Vector4 &v) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| | Plane (Real a, Real b, Real c, Real _d) |
| | Construct a plane using the 4 constants directly. More...
|
| |
| Real | getDistance (const Vector3 &rkPoint) const |
| | This is a pseudodistance. More...
|
| |
| Side | getSide (const AxisAlignedBox &box) const |
| | Returns the side where the alignedBox is. More...
|
| |
| Side | getSide (const Vector3 ¢re, const Vector3 &halfSize) const |
| | Returns which side of the plane that the given box lies on. More...
|
| |
| Side | getSide (const Vector3 &rkPoint) const |
| |
| Real | normalise (void) |
| | Normalises the plane. More...
|
| |
| bool | operator!= (const Plane &rhs) const |
| |
| Plane | operator- () const |
| | Get flipped plane, with same location but reverted orientation. More...
|
| |
| bool | operator== (const Plane &rhs) const |
| | Comparison operator. More...
|
| |
| Vector3 | projectVector (const Vector3 &v) const |
| | Project a vector onto the plane. More...
|
| |
| void | redefine (const Vector3 &p0, const Vector3 &p1, const Vector3 &p2) |
| | Redefine this plane based on 3 points. More...
|
| |
| void | redefine (const Vector3 &rkNormal, const Vector3 &rkPoint) |
| | Redefine this plane based on a normal and a point. More...
|
| |
| | 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 | _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...
|
| |
| 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...
|
| |
| 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...
|
| |
| 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...
|
| |
Public Member Functions inherited from Ogre::ShadowCaster |
| virtual | ~ShadowCaster () |
| |
| bool | hasEdgeList () |
| | Returns whether the object has a valid edge list. More...
|
| |
| | 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...
|
| |
Definition of a Plane that may be attached to a node, and the derived details of it retrieved simply.