#include "Common.h" #include "scene/PatchNode.h" WRAP(PatchNode) { class_("PatchNode", no_init) .def("getMaterialRuntime", (MaterialRuntime& (PatchNode::*)())( &PatchNode::getMaterialRuntime), return_value_policy()) ; }