FocusRect only for PerspectiveCamera?

Hi, do I understand it correct, hat focus rect described in this tutorial is working only with perspective camera? Link
When my camera is set to “orthographic”, camera rect is being ignores. When I set it back to “perspective”, it behaves as expected

I’m sorry, I couldn’t find a response but notified the team :exploding_head:

Yes it does only work with the perspective camera at the moment.

You can instead use a low FOV maybe instead of the ortographic camera?

thanks for quick reply!
I decided to use View Box instead :slight_smile:

They serve different purposes tho :slight_smile:

I will combine view box with changing the div-box size of the iframe with needle scene for different break-points.
then it will behave similar to focus rect, but also always show my whole 3d object :slight_smile:

1 Like