PixelLightAPI
.
|
Cell-portal scene node. More...
#include <SNCellPortal.h>
Public Types | |
enum | EFlags { NoSeeThrough = 1<<10, NoPassThrough = 1<<11 } |
Scene node flags (SceneNode flags extension) More... | |
Public Member Functions | |
PLS_API | SNCellPortal () |
Default constructor. | |
virtual PLS_API | ~SNCellPortal () |
Destructor. | |
PLS_API SCCell * | GetTargetCellInstance () |
Returns the cell the cell-portal links to. | |
PLS_API const PLMath::Matrix3x4 & | GetWarpMatrix () |
Returns the warp matrix. |
Cell-portal scene node.
Scene node flags (SceneNode flags extension)
Reimplemented from PLScene::SceneNode.
PLS_API PLScene::SNCellPortal::SNCellPortal | ( | ) |
Default constructor.
virtual PLS_API PLScene::SNCellPortal::~SNCellPortal | ( | ) | [virtual] |
Destructor.
PLS_API SCCell* PLScene::SNCellPortal::GetTargetCellInstance | ( | ) |
Returns the cell the cell-portal links to.
PLS_API const PLMath::Matrix3x4& PLScene::SNCellPortal::GetWarpMatrix | ( | ) |
Returns the warp matrix.
Reimplemented from PLScene::SNPortal.
|