MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / SimplifyModule

Method SimplifyModule

src/module/simplifymodule.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "numbervalue.h"
23
24SimplifyModule::SimplifyModule(Reporter& r) : Module(r,"simplify")
25{
26 addDescription(tr("Performs a mesh simplification on its children."));
27 addParameter("ratio",tr("The mesh simplification stops when the number of edges is below the ratio of the initial number of edges"));
28}
29
30Node* SimplifyModule::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected