OpenMW
|
#include <cellborder.hpp>
Public Types | |
typedef std::map< std::pair < int, int >, osg::ref_ptr < osg::Node > > | CellGrid |
Public Member Functions | |
CellBorder (Terrain::World *world, osg::Group *root, int borderMask) | |
void | createCellBorderGeometry (int x, int y) |
void | destroyCellBorderGeometry (int x, int y) |
void | destroyCellBorderGeometry () |
Protected Attributes | |
Terrain::World * | mWorld |
osg::Group * | mRoot |
CellGrid | mCellBorderNodes |
int | mBorderMask |
Handles the debug cell borders.
typedef std::map<std::pair<int, int>, osg::ref_ptr<osg::Node> > MWRender::CellBorder::CellGrid |
MWRender::CellBorder::CellBorder | ( | Terrain::World * | world, |
osg::Group * | root, | ||
int | borderMask | ||
) |
void MWRender::CellBorder::destroyCellBorderGeometry | ( | ) |
Destroys the geometry for all borders.
|
protected |
|
protected |
|
protected |
|
protected |