Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
914
void CPHSimpleCharacter::SetCamDir(const Fvector& cam_dir) { m_cam_dir.set(cam_dir); }
915
static const float pull_force = 25.f;
916
void CPHSimpleCharacter::ApplyAcceleration()
917
{
Callers
1
Calculate
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected