Home
last modified time | relevance | path

Searched refs:oldCameraDistance (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dhelios.cpp506 static float oldCameraDistance; in hack_draw() local
515 cameraDistance = (1.0f - cameraInterp) * oldCameraDistance + cameraInterp * targetCameraDistance; in hack_draw()
518 oldCameraDistance = targetCameraDistance; in hack_draw()