| 21 | #include "node/materialnode.h" |
| 22 | |
| 23 | MaterialModule::MaterialModule(Reporter& r) : Module(r,"material") |
| 24 | { |
| 25 | addDescription(tr("Assigns its children to a unique material id.")); |
| 26 | } |
| 27 | |
| 28 | Node* MaterialModule::evaluate(const Context& ctx) const |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected