Implement/match LegoPointOfViewController::Tickle (#667)

This commit is contained in:
Christian Semmler
2024-03-13 13:46:20 -04:00
committed by GitHub
parent beb30e80ea
commit 0623e6a766
8 changed files with 99 additions and 6 deletions

View File

@@ -242,6 +242,19 @@ float LegoNavController::CalculateNewVel(float p_targetVel, float p_currentVel,
return newVel;
}
// STUB: LEGO1 0x10055080
MxBool LegoNavController::CalculateNewPosDir(
const Vector3& p_curPos,
const Vector3& p_curDir,
Vector3& p_newPos,
Vector3& p_newDir,
undefined* p_und
)
{
// TODO
return TRUE;
}
// STUB: LEGO1 0x10055620
void LegoNavController::SetLocation(MxU32 p_location)
{