#include <Decimate.h>
Public Methods | |
Decimate () | |
bool | remove (Scene *scene, int maxNumRemoved) |
|
The purpose of this MQP is to decimate, so this is the function that decimates a scene. It is passed two parameters. To decimate we need a scene, from which we remove vertices, and a number of vertices to remove. |