processing / processing/processing4

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

オープン
#815 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

bug core
主要言語
Java
スター
494
フォーク
183
平均マージ
4時間 39分
マージ済み PR(30日)
3

説明

In GitLab by @mrbbp on Dec 26, 2023, 18:34

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

  • Processing version: 4.3
  • Operating System and OS version: MacOS Ventura 13.6.2
  • Other information: M1 processor

Possible Causes / Solutions

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、macOS Ventura 13.6.2 と M1 プロセッサを搭載した環境で Processing 4.3 上の fullScreen(P2D, 2) を再現し、次にそれをレンダラーなしの fullscreen および 2 台目のディスプレイ上の P3D と比較します。完了とは、スケッチが選択した 2 台目のモニターを、回転、クリッピング、またはディスプレイの外へのはみ出しなしに埋め尽くすことです。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
computer-graphics, desktop
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。