|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nexus::Locus::Locus | ( | const Kinesis::NavigationConfig & | config, |
| float | query_radius, | ||
| PerceptionFn | perception, | ||
| InfluenceFn | influence | ||
| ) |
Construct from a NavigationConfig with perception and influence functions.
| config | Initial navigation configuration. eye seeds the position. |
| query_radius | Radius passed to the spatial index on each commit. |
| perception | User perception callable, fired before the view integrates. |
| influence | User influence callable, fired before the view is pushed. |
Definition at line 7 of file Locus.cpp.
References MayaFlux::Kinesis::compute_view_transform(), MayaFlux::Kinesis::NavigationState::eye, m_aspect, m_nav, m_view, and MayaFlux::Nexus::Agent::set_position().
Here is the call graph for this function: