mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix conflict in HMM_Perspective_LH_NO
This commit is contained in:
parent
4f3e2ad567
commit
bc732a29bb
@ -208,6 +208,13 @@ HRESULT Direct3DRMViewport_SDL3GPUImpl::CollectSceneData(IDirect3DRMFrame* group
|
|||||||
recurseFrame(group, identity);
|
recurseFrame(group, identity);
|
||||||
|
|
||||||
PushVertices(verts.data(), verts.size());
|
PushVertices(verts.data(), verts.size());
|
||||||
|
HMM_Perspective_LH_NO(
|
||||||
|
m_uniforms.perspective,
|
||||||
|
m_field,
|
||||||
|
4.f/3.f,
|
||||||
|
m_front,
|
||||||
|
m_back
|
||||||
|
);
|
||||||
|
|
||||||
// SDL_Log("FOV: %f", m_field);
|
// SDL_Log("FOV: %f", m_field);
|
||||||
HMM_Perspective_LH_NO(m_uniforms.perspective, m_field * SDL_PI_F * 4, 4.f / 3.f, m_front, m_back);
|
HMM_Perspective_LH_NO(m_uniforms.perspective, m_field * SDL_PI_F * 4, 4.f / 3.f, m_front, m_back);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user