JDK-8311139 : Add support for self-illuminated map in Metal
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-06-30
  • Updated: 2023-06-30
  • Resolved: 2023-06-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalFixed
Related Reports
Blocks :  
Description
Under https://bugs.openjdk.org/browse/JDK-8302049 we have added support for Diffuse, Specular and Bump maps. Last remaining texture maps are self-illuminated maps. Add support for the same.
This can be verified using Ensemble8->3D Sphere demo.
Comments
Changeset: 1ddf2250 Author: Jayathirth Rao D V <jayathirth.d.v@oracle.com> Committer: Ambarish Rapte <arapte@openjdk.org> Date: 2023-06-30 13:48:47 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/1ddf2250912589b7db24cad234ac40234409b4e9
30-06-2023

Added support for self-illuminated map also. After this we will have support for all texture maps in metal, so did basic sanity testing of 3D sphere demo with different combination of maps and it matches OpenGL.
30-06-2023