|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nexus::dispatch_render_sinks | ( | std::vector< RenderSink > & | sinks, |
| const InfluenceContext & | ctx | ||
| ) |
For each sink that has a producer fn, call it and push the result.
If no fn is set, writes the object position as a single point.
| sinks | Sink vector owned by the calling Emitter or Agent. |
| ctx | Current InfluenceContext passed to each fn. |
Definition at line 225 of file Sinks.cpp.
Referenced by MayaFlux::Nexus::Emitter::invoke(), and MayaFlux::Nexus::Agent::invoke_influence().
Here is the caller graph for this function: