ThreeJS editor default camera make Orthographic

Hello,
I want to use the editor with default camera as an Orthographic camera and not perspective.
Here’s an example: https://github.com/mrdoob/three.js/pull/16212

But I face issue with the example above, when I add more objects in the view then I am unable to select the objects and move them. If you know the error here please please tell me else tell me how can I achieve what is done in the example above.
Thanks in advance.

I have lately worked to implement orthographic camera support in the editor. Unfortunately, I’ve encountered that the above PR is incomplete since EditorControls does not yet support orthographic cameras.

1 Like