I will like to use Orthographic cameras instead of Perspective cameras with ArrayCamera.
Is this possible? Screen is black when I try.
see
Due to inheritance, ArrayCamera
is tightly coupled to PerspectiveCamera
. You can still try to use it with orthographic cameras by increasing the FOV of ArrayCamera
.
Thank you for the example! It works!
I tried it with OrthographicCameras and it seemed to work fine.
See the Pen ArrayCamera by Nik Lever (@nik-lever) on CodePen.
1 Like