disguise-one / RenderStream-UE

RenderStream plugin for Unreal Engine
BSD 3-Clause "New" or "Revised" License
69 stars 23 forks source link

Orthographic camera causes error #36

Closed eclazi closed 2 years ago

eclazi commented 2 years ago

Orthographic camera causes constant error and Renderstream frame response error in d3.

2021-11-15T15:38:19.252-05:00: LogRenderStream: Unable to set ortho matrices into ndisplay, currently
2021-11-15T15:38:19.252-05:00: LogDisplayClusterRender: Got invalid projection matrix: Viewport stream 0, ViewIdx: 0
2021-11-15T15:38:19.252-05:00: LogRenderStream: Unable to set ortho matrices into ndisplay, currently
2021-11-15T15:38:19.252-05:00: LogDisplayClusterRender: Got invalid projection matrix: Viewport stream 0, ViewIdx: 0
2021-11-15T15:38:19.752-05:00: LogHMD: Failed to get an OpenXR system, result is XR_ERROR_FORM_FACTOR_UNAVAILABLE. Please check that your runtime supports VR headsets.
2021-11-15T15:38:19.769-05:00: LogRenderStream: Unable to set ortho matrices into ndisplay, currently
2021-11-15T15:38:19.769-05:00: LogDisplayClusterRender: Got invalid projection matrix: Viewport stream 0, ViewIdx: 0
2021-11-15T15:38:20.269-05:00: LogHMD: Failed to get an OpenXR system, result is XR_ERROR_FORM_FACTOR_UNAVAILABLE. Please check that your runtime supports VR headsets.
2021-11-15T15:38:20.269-05:00: LogRenderStream: Unable to set ortho matrices into ndisplay, currently
2021-11-15T15:38:20.269-05:00: LogDisplayClusterRender: Got invalid projection matrix: Viewport stream 0, ViewIdx: 0
2021-11-15T15:38:20.771-05:00: LogHMD: Failed to get an OpenXR system, result is XR_ERROR_FORM_FACTOR_UNAVAILABLE. Please check that your runtime supports VR headsets.
2021-11-15T15:38:20.771-05:00: LogRenderStream: Unable to set ortho matrices into ndisplay, currently
2021-11-15T15:38:20.771-05:00: LogDisplayClusterRender: Got invalid projection matrix: Viewport stream 0, ViewIdx: 0
chrisnashdisguise commented 2 years ago

Resolved in commit 6699f2e