MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SetCinematicBars

Function SetCinematicBars

TombEngine/Game/camera.cpp:1689–1693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687}
1688
1689void SetCinematicBars(float height, float speed)
1690{
1691 CinematicBarsSpeed = std::abs(CinematicBarsHeight - height) * (speed / (float)FPS);
1692 CinematicBarsDestinationHeight = height;
1693}
1694
1695void ClearCinematicBars()
1696{

Callers 3

InitializeSpotCamFunction · 0.85
CalculateSpotCamerasFunction · 0.85
SetCineBarsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected