mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-28 06:57:37 +00:00
Extra beta addresses
This commit is contained in:
parent
3ca164d013
commit
2e1621c1a1
@ -186,6 +186,7 @@ void LegoCameraController::TransformPointOfView(const Matrix4& p_transform, MxU3
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10012740
|
||||
// FUNCTION: BETA10 0x10069c35
|
||||
Mx3DPointFloat LegoCameraController::GetWorldUp()
|
||||
{
|
||||
if (m_lego3DView && m_lego3DView->GetPointOfView()) {
|
||||
@ -199,6 +200,7 @@ Mx3DPointFloat LegoCameraController::GetWorldUp()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100127f0
|
||||
// FUNCTION: BETA10 0x10069cea
|
||||
Mx3DPointFloat LegoCameraController::GetWorldLocation()
|
||||
{
|
||||
if (m_lego3DView && m_lego3DView->GetPointOfView()) {
|
||||
@ -212,6 +214,7 @@ Mx3DPointFloat LegoCameraController::GetWorldLocation()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100128a0
|
||||
// FUNCTION: BETA10 0x10069daa
|
||||
Mx3DPointFloat LegoCameraController::GetWorldDirection()
|
||||
{
|
||||
if (m_lego3DView && m_lego3DView->GetPointOfView()) {
|
||||
|
||||
@ -52,6 +52,7 @@ inline ViewManager* Lego3DView::GetViewManager()
|
||||
return m_pViewManager;
|
||||
}
|
||||
|
||||
// FUNCTION: BETA10 0x1006aae0
|
||||
inline ViewROI* Lego3DView::GetPointOfView()
|
||||
{
|
||||
return m_pPointOfView;
|
||||
|
||||
@ -873,6 +873,12 @@
|
||||
// LIBRARY: BETA10 0x100fa0e0
|
||||
// atof
|
||||
|
||||
// LIBRARY: BETA10 0x1005a500
|
||||
// sqrt
|
||||
|
||||
// LIBRARY: BETA10 0x1005a530
|
||||
// sqrtf
|
||||
|
||||
// LIBRARY: BETA10 0x1005a9c0
|
||||
// fabs
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user