|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Network::MeshTransformOperator::bind | ( | uint32_t | slot_index, |
| TransformField | field | ||
| ) |
Bind a TransformField to a slot.
| slot_index | Target slot index (as returned by MeshNetwork::add_slot()). |
| field | Function mapping accumulated time to local glm::mat4. |
Replaces any previously bound field for that slot. Pass an empty std::function to remove a binding.
Definition at line 11 of file MeshTransformOperator.cpp.
References m_accumulated_time, m_fields, MF_DEBUG, MayaFlux::Journal::NodeProcessing, and MayaFlux::Journal::Nodes.