![]() |
Walls And Holes
1
|
#include <blockypolygontilemesher.h>
Public Member Functions | |
BlockyPolygonTileMesher (TileNeighborhoodInfo nbhd) | |
![]() | |
AbstractPolygonTileMesher (TileNeighborhoodInfo nbhd) | |
QVector< QSharedPointer< SimpleTexturedObject > > | makeMesh (QVector2D offset) |
makeMesh Creates the mesh for this tile. More... | |
![]() | |
virtual | ~AbstractTileMesher () |
Protected Member Functions | |
QVector< Triplet< BetterPolygon, QVector< float >, QVector< bool > > > | topPolygons (QVector< const Tile *> *) |
![]() | |
AbstractTileMesher (TileNeighborhoodInfo nbhd) | |
Additional Inherited Members | |
![]() | |
static QSharedPointer< AbstractTileMesher > | getMesherForTile (const TileMap *tileMap, QPoint tilePoint) |
Returns a TileMesher instance that will create the mesh for the given tile, or, if the tile has not changed (determined by oldMesher), returns nullptr. More... | |
![]() | |
TileNeighborhoodInfo | mTileNeighborhood |
Information for each tile in the 3x3 neighborhood of the tile to which this mesher is associated. More... | |
BlockyPolygonTileMesher::BlockyPolygonTileMesher | ( | TileNeighborhoodInfo | nbhd | ) |
|
protectedvirtual |