mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Add (at least) a better fov
This commit is contained in:
parent
d3443288ce
commit
69c48c870d
@ -203,9 +203,11 @@ HRESULT Direct3DRMViewport_SDL3GPUImpl::CollectSceneData(IDirect3DRMFrame* group
|
|||||||
recurseFrame(group, identity);
|
recurseFrame(group, identity);
|
||||||
|
|
||||||
PushVertices(verts.data(), verts.size());
|
PushVertices(verts.data(), verts.size());
|
||||||
|
|
||||||
|
// SDL_Log("FOV: %f", m_field);
|
||||||
HMM_Perspective_LH_NO(
|
HMM_Perspective_LH_NO(
|
||||||
m_uniforms.perspective,
|
m_uniforms.perspective,
|
||||||
m_field,
|
m_field * SDL_PI_F*4,
|
||||||
4.f/3.f,
|
4.f/3.f,
|
||||||
m_front,
|
m_front,
|
||||||
m_back
|
m_back
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user