[jfx-tests] Integrated: 8316490: Problemlist ParallelCamera picking tests
Jayathirth D V
jdv at openjdk.org
Mon Sep 25 04:59:16 UTC 2023
On Fri, 22 Sep 2023 09:40:31 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
> When we run 3D picking tests under test/scenegraph/fx3d/picking/parallel/ nothing is displayed on the window and subscene parallel camera tests under test/scenegraph/fx3d/subscene/picking/parallel/ throw UnsupportedOperationException.
>
> Subscene parallel camera tests are incomplete and even if we update the tests nothing will be shown because of product issue https://bugs.openjdk.org/browse/JDK-8165941.
>
> ParallelCamera forces near and far clip to be between -viewWidthOrHeight/2 and viewWidthOrHeight/2. So in these test cases we generate a mesh and then scale it 100x. After that we move camera to large -z position to make content visible. This causes content to move into clipping area in case of ParallelCamera. Until https://bugs.openjdk.org/browse/JDK-8165941 is fixed we should problemlist these tests.
This pull request has now been integrated.
Changeset: 5fc5fb52
Author: Jayathirth D V <jdv at openjdk.org>
Committer: Ajit Ghaisas <aghaisas at openjdk.org>
URL: https://git.openjdk.org/jfx-tests/commit/5fc5fb5205d4cb1aeaa008d220be4aef0f6c36ae
Stats: 9 lines in 2 files changed: 8 ins; 0 del; 1 mod
8316490: Problemlist ParallelCamera picking tests
Reviewed-by: aghaisas
-------------
PR: https://git.openjdk.org/jfx-tests/pull/12
More information about the openjfx-dev
mailing list