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

Method SubDivisionModule

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

Source from the content-addressed store, hash-verified

22#include "numbervalue.h"
23
24SubDivisionModule::SubDivisionModule(Reporter& r) : Module(r,"subdiv")
25{
26 addDescription(tr("Sibdivides its children into smoother geometry."));
27 addParameter("level",tr("The number of smoothing levels to apply."));
28}
29
30Node* SubDivisionModule::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected