29 virtual int type()
const;
37 virtual void setSphere(
const DtSphere& sphere);
38 virtual const DtSphere& sphere()
const;
42 virtual void setExtent();
A terrain paging geometry which defines the paging area to be along a given set of local vertices...
Definition: terrainPagingSphere.h:20
virtual DtTerrainPagingGeometry * clone() const =0
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
virtual DtExtent extent() const =0
#define DT_DLL_terrainInterface
This file is used to determine how to build.
Definition: terrainInterfaceDefines.h:25
DtTerrainPagingGeometry & operator=(const DtTerrainPagingGeometry &orig)
virtual DtString description() const
virtual int type() const =0
Abstract base class for defining geometric areas for paging of terrain. Subclasses of this class will...
Definition: terrainPagingGeometry.h:24
DtSphere mySphere
Definition: terrainPagingSphere.h:44
DtExtent myExtent
Definition: terrainPagingSphere.h:45