On Fri, 22 Sep 2023 09:40:31 GMT, Jayathirth D V <j...@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. Looks good! ------------- Marked as reviewed by aghaisas (Reviewer). PR Review: https://git.openjdk.org/jfx-tests/pull/12#pullrequestreview-1641289368