PixelLightAPI
.
|
Container of the visibility tree. More...
#include <VisContainer.h>
Classes | |
struct | Projection |
Projection information. More... | |
Public Member Functions | |
PLS_API const SQCull * | GetCullQuery () const |
Returns the cull scene query of this visibility container. | |
PLS_API const PLCore::Pool < VisNode * > & | GetVisNodes () const |
Returns the list of visibility nodes. | |
PLS_API const Projection & | GetProjection () const |
Returns projection information. | |
virtual PLS_API bool | IsContainer () const override |
Returns whether or not this is a container visibility node (VisContainer, links to a SceneContainer scene node) | |
virtual PLS_API bool | IsCell () const override |
Returns whether or not this is a cell visibility node (VisContainer, links to a SNCell scene node) |
Container of the visibility tree.
PLS_API const SQCull* PLScene::VisContainer::GetCullQuery | ( | ) | const |
Returns the cull scene query of this visibility container.
PLS_API const PLCore::Pool<VisNode*>& PLScene::VisContainer::GetVisNodes | ( | ) | const |
Returns the list of visibility nodes.
PLS_API const Projection& PLScene::VisContainer::GetProjection | ( | ) | const |
Returns projection information.
virtual PLS_API bool PLScene::VisContainer::IsContainer | ( | ) | const [override, virtual] |
Returns whether or not this is a container visibility node (VisContainer, links to a SceneContainer scene node)
Reimplemented from PLScene::VisNode.
virtual PLS_API bool PLScene::VisContainer::IsCell | ( | ) | const [override, virtual] |
Returns whether or not this is a cell visibility node (VisContainer, links to a SNCell scene node)
Reimplemented from PLScene::VisNode.
|