RFR: 8271024: Implement macOS Metal Rendering Pipeline [v11]
Jayathirth D V
jdv at openjdk.org
Wed Jul 23 09:36:11 UTC 2025
On Tue, 22 Jul 2025 17:57:08 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> The code changes look good.
>
> I played with `PickTest3D` a bit, and at some point clicking on one of the handles caused one object to disappear. Clicked on something else, and entire assembly disappeared.
>
> (This might be something in `PickTest3D`, or working as designed, since it also happens in the master branch).
Picktest3D updates depth test or activates/de-activates shapes based on mouse events.
Behaviour is same in both OpenGL and Metal.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1824#issuecomment-3106719413
More information about the openjfx-dev
mailing list