OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Portal-Connected Zone datastructure for managing scene nodes. More...
#include <OgrePCZone.h>
Public Types | |
enum | NODE_LIST_TYPE { HOME_NODE_LIST = 1 , VISITOR_NODE_LIST = 2 } |
Public Attributes | |
AntiPortalList | mAntiPortals |
PCZSceneManager * | mPCZSM |
Pointer to the pcz scene manager that created this zone. | |
PortalList | mPortals |
List of Portals which this zone contains (each portal leads to another zone) | |
Portal-Connected Zone datastructure for managing scene nodes.
Ogre::PCZone::PCZone | ( | PCZSceneManager * | , |
const String & | |||
) |
|
virtual |
|
virtual |
Add an anti portal to the zone.
|
pure virtual |
Adds an SceneNode to this PCZone.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
(recursive) Check the given light against all portals in the zone
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
(recursive) Check the given node against all portals in the zone
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
Remove all nodes from the node reference list and clear it.
Reimplemented in Ogre::OctreeZone.
|
pure virtual |
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
virtual |
Remove an anti portal from the zone.
Remove a portal from the zone.
|
virtual |
Create zone specific data for a node.
Reimplemented in Ogre::OctreeZone.
Mark nodes dirty base on moving portals.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
Find a matching portal (for connecting portals)
|
pure virtual |
Find and add visible objects to the render queue.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
virtual |
Get the world coordinate aabb of the zone.
Reimplemented in Ogre::OctreeZone.
Get a pointer to the enclosure node for this PCZone.
Get the lastVisibleFrame counter value.
|
inline |
Get the lastVisibleFromCamera pointer.
Called when a _renderScene is called in the SceneManager.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
Called when the scene manager creates a camera in order to store the first camera created as the primary one, for determining error metrics and the 'home' terrain page.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
Called by PCZSM during setWorldGeometryRenderQueue()
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
pure virtual |
Removes all references to a SceneNode from this PCZone.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
Indicates whether or not this zone requires zone-specific data for each scene node.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
Set the enclosure node for this PCZone.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
Set the lastVisibleFrame counter.
Set the lastVisibleFromCamera pointer.
Sets the options for the Zone.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
Called by PCZSM during setZoneGeometry()
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
|
pure virtual |
Update a node's home zone.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
Update the zone data for each portal.
Implemented in Ogre::OctreeZone, and Ogre::DefaultZone.
AntiPortalList Ogre::PCZone::mAntiPortals |
PCZSceneManager* Ogre::PCZone::mPCZSM |
Pointer to the pcz scene manager that created this zone.
PortalList Ogre::PCZone::mPortals |
List of Portals which this zone contains (each portal leads to another zone)