|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Network::InstanceFieldOperator::bind_transform | ( | uint32_t | slot_index, |
| TransformField | field | ||
| ) |
Bind a TransformField to a slot.
| slot_index | Target slot index. |
| field | Function mapping current slot.transform to a new mat4. |
Replaces any previously bound field (position or transform) for the slot.
Definition at line 5 of file InstanceFieldOperator.cpp.
References m_position_fields, and m_transform_fields.