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

◆ m_last_tick

std::chrono::steady_clock::time_point MayaFlux::Nodes::Network::MeshTransformOperator::m_last_tick { std::chrono::steady_clock::now() }
private

Wall-clock timestamp of the last process() call.

Used to compute a real dt independent of the num_samples argument, which is always 1 for visual-rate networks and carries no time information.

Definition at line 111 of file MeshTransformOperator.hpp.

111{ std::chrono::steady_clock::now() };

Referenced by process().