mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 18:34:06 +00:00
rename functions and parameters in OrientableROI (#1512)
This commit is contained in:
@@ -659,8 +659,8 @@ void LegoAnimPresenter::PutFrame()
|
||||
dir *= dirsqr;
|
||||
up *= upsqr;
|
||||
|
||||
m_unk0x8c[i]->FUN_100a58f0(mat);
|
||||
m_unk0x8c[i]->VTable0x14();
|
||||
m_unk0x8c[i]->SetLocal2World(mat);
|
||||
m_unk0x8c[i]->WrappedUpdateWorldData();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -689,7 +689,7 @@ MxResult LegoAnimPresenter::FUN_1006afc0(MxMatrix*& p_matrix, float p_und)
|
||||
if (m_roiMap[i] != NULL) {
|
||||
mat = p_matrix[i];
|
||||
p_matrix[i] = m_roiMap[i]->GetLocal2World();
|
||||
m_roiMap[i]->FUN_100a58f0(mat);
|
||||
m_roiMap[i]->SetLocal2World(mat);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -75,8 +75,8 @@ void LegoLoopingAnimPresenter::PutFrame()
|
||||
dir *= dirsqr;
|
||||
up *= upsqr;
|
||||
|
||||
m_unk0x8c[i]->FUN_100a58f0(mat);
|
||||
m_unk0x8c[i]->VTable0x14();
|
||||
m_unk0x8c[i]->SetLocal2World(mat);
|
||||
m_unk0x8c[i]->WrappedUpdateWorldData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -200,7 +200,7 @@ MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyM
|
||||
pLODList->Release();
|
||||
|
||||
CalcLocalTransform(posVec, dirVec, upVec, outMatrix);
|
||||
m_viewROI->WrappedSetLocalTransform(outMatrix);
|
||||
m_viewROI->WrappedSetLocal2WorldWithWorldDataUpdate(outMatrix);
|
||||
|
||||
m_3dManager->Add(*m_viewROI);
|
||||
m_3dManager->SetPointOfView(*m_viewROI);
|
||||
|
||||
Reference in New Issue
Block a user