#Viewports, trying to make 4 way split screen
3 messages · Page 1 of 1 (latest)
You can set the viewport position and size in pixels, by setting the optional viewport field in Camera.
https://docs.rs/bevy/latest/bevy/prelude/struct.Camera.html
https://docs.rs/bevy/latest/bevy/render/camera/struct.Viewport.html
Thanks for answering! Sorry for the lack of clarity but can you deal with zoom in viewport? Ideally my viewports have the same fov as my other cameras but the viewport punches it in. Im working in 2d if that makes any difference