MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Update

Method Update

ogsr_engine/xrGame/PostprocessAnimator.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void CPostprocessAnimator::Update(float tm)
139{
140 for (int a = 0; a < POSTPROCESS_PARAMS_COUNT; a++)
141 m_Params[a]->update(tm);
142}
143void CPostprocessAnimator::SetDesiredFactor(float f, float sp)
144{
145 m_dest_factor = f;

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected