MayaFlux 0.2.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 555 of file PhysicsOperator.cpp.

556{
557 for (auto& group : m_collections) {
558 group.collection->mark_vertex_data_dirty(true);
559 }
560}
std::vector< CollectionGroup > m_collections

References m_collections.

Referenced by process().

+ Here is the caller graph for this function: