MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ sync_to_point_collection()

void MayaFlux::Nodes::Network::PhysicsOperator::sync_to_point_collection ( )
private

Definition at line 744 of file PhysicsOperator.cpp.

745{
746 for (auto& group : m_collections) {
747 group.collection->mark_vertex_data_dirty(true);
748 }
749}
std::vector< CollectionGroup > m_collections

References m_collections.

Referenced by process().

+ Here is the caller graph for this function: