mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement LegoCarBuildAnimPresenter::StreamingTickle()
(#1109)
* Implement LegoCarBuildAnimPresenter::StreamingTickle and dependents * Fix naming issue * Address review comment --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -97,6 +97,7 @@ double Lego3DManager::Render(double p_und)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100ab4d0
|
||||
// FUNCTION: BETA10 0x1017baeb
|
||||
int Lego3DManager::SetFrustrum(float p_fov, float p_front, float p_back)
|
||||
{
|
||||
m_pLego3DView->GetView()->SetFrustrum(p_front, p_back, p_fov);
|
||||
|
Reference in New Issue
Block a user