MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / processCameraQuery

Method processCameraQuery

Engine/source/T3D/gameTSCtrl.cpp:62–66  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

60
61//---------------------------------------------------------------------------
62bool GameTSCtrl::processCameraQuery(CameraQuery *camq)
63{
64 GameUpdateCameraFov();
65 return GameProcessCameraQuery(camq);
66}
67
68//---------------------------------------------------------------------------
69void GameTSCtrl::renderWorld(const RectI &updateRect)

Callers

nothing calls this directly

Calls 2

GameUpdateCameraFovFunction · 0.85
GameProcessCameraQueryFunction · 0.85

Tested by

no test coverage detected