benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.31k stars 236 forks source link

fullScreen on second display does not working as expected with P2D and P3D renderer #815

Open mrbbp opened 6 months ago

mrbbp commented 6 months ago
## Description When attempt to use fullscreen on a second monitor with P2D or P3D renderer, the screen is not full. It works with no renderer added. The screen is 90 deg rotated (don't know if it's important)

Expected Behavior

it should display in fullScreen

Current Behavior

it use the half lower part of the screen and below. A part of the sketch is out of the display. Picture is not compressed

Steps to Reproduce

void setup() {
   fullScreen(P2D, 2);
}
  1. launch the sketch

Your Environment

Possible Causes / Solutions

clankill3r commented 4 months ago

Can you rearrange your display, I'm talking the position with this thing:

Screenshot 2024-02-18 223830

See if that fixes it, it did for me in the past.