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

Method setThirdPersonMode

Engine/source/afx/afxCamera.cpp:415–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void afxCamera::setThirdPersonMode()
416{
417 mMode = ThirdPersonMode;
418 mFlymode_saved_pos = getPosition();
419 mFlymode_saved = true;
420 mCam_dirty = true;
421 mThird_person_snap_s++;
422}
423
424void afxCamera::setThirdPersonSnap()
425{

Callers 1

DefineEngineMethodFunction · 0.80

Calls 1

getPositionFunction · 0.85

Tested by

no test coverage detected