| 22 | #include "numbervalue.h" |
| 23 | |
| 24 | SubDivisionModule::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 | |
| 30 | Node* SubDivisionModule::evaluate(const Context& ctx) const |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected