|
"L. Spiro Engine"
|
Manages the resources and any logic necessary for the finest active level (L'-1). More...
#include <LSTGeoClipmapBaseGrid.h>
Public Member Functions | |
| LSVOID LSE_CALL | Reset () |
| LSBOOL LSE_CALL | SetGridSize (LSUINT32 _ui32N, CAllocator *_paAllocator=NULL) |
| const CGeoClipmapXxYGrid &LSE_CALL | DebugGetGrid () const |
Protected Attributes | |
| CGeoClipmapXxYGrid | m_cxygGrid |
Manages the resources and any logic necessary for the finest active level (L'-1).
Class CGeoClipmapBaseGrid Description: Manages the resources and any logic necessary for the finest active level (L'-1).
| const CGeoClipmapXxYGrid& LSE_CALL lst::CGeoClipmapBaseGrid::DebugGetGrid | ( | ) | const |
Get our grid map for debug only.
| LSVOID LSE_CALL lst::CGeoClipmapBaseGrid::Reset | ( | ) |
Release fully all resources belonging to this class instance.
| LSBOOL LSE_CALL lst::CGeoClipmapBaseGrid::SetGridSize | ( | LSUINT32 | _ui32N, |
| CAllocator * | _paAllocator = NULL |
||
| ) |
Set the size of the grid in vertices NxN.
| _ui32N | The grid size. |
| _paAllocator | Optional allocator. |
The grid.
1.7.3