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

Method MaterialModule

src/module/materialmodule.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected