mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix formating
This commit is contained in:
parent
e3b5ffc5a5
commit
abd53eb8e6
@ -208,13 +208,7 @@ 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(
|
HMM_Perspective_LH_NO(m_uniforms.perspective, m_field, 4.f / 3.f, m_front, m_back);
|
||||||
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