OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Page strategy which loads new pages based on a regular 3D grid. More...
#include <OgreGrid3DPageStrategy.h>
Page strategy which loads new pages based on a regular 3D grid.
The grid can be up to 1024 x 1024 x 1024 cells in size. PageIDs are generated like this: (slice*1024 + row) * 1024 + col. The grid is centred around the grid origin, such that the boundaries of the cell around that origin are [-CellSize/2, CellSize/2)