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

Method SetCamDir

ogsr_engine/xrGame/PHSimpleCharacter.cpp:914–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912 m_acceleration = accel;
913}
914void CPHSimpleCharacter::SetCamDir(const Fvector& cam_dir) { m_cam_dir.set(cam_dir); }
915static const float pull_force = 25.f;
916void CPHSimpleCharacter::ApplyAcceleration()
917{

Callers 1

CalculateMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected