#include <BResamplable.h>

Geometry objects that can be resampled contain vertices. Resampling such a geometry objects entails either increasing or decreasing the number of vertices in the object.
Public Member Functions | |
| virtual BGeometry * | Downsample (UInt32 maxPoints) const =0 |
| Changes the geometry to contain, at most, the specified number of points. | |