MayaFlux 0.4.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 607 of file PhysicsOperator.cpp.

608{
609 for (auto& group : m_collections) {
610 group.collection->mark_vertex_data_dirty(true);
611 }
612}
std::vector< CollectionGroup > m_collections

References m_collections.

Referenced by process().

+ Here is the caller graph for this function: