On Tue, 27 Oct 2020 23:30:01 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> I suggest we start with looking at the API and the subclass question. This >> will unblock the CSR process. > > My preference would be for `SpotLight` to subclass `PointLight`. I also > somewhat prefer the 1/2 angle (radius) rather than diameter to specify the > spread angles (inner and outer). Not that it's all that relevant, but I will note that the (very old) Java 3D API also had [SpotLight](https://download.java.net/media/java3d/javadoc/1.5.0/javax/media/j3d/SpotLight.html) as a subclass of [PointLight](https://download.java.net/media/java3d/javadoc/1.5.0/javax/media/j3d/PointLight.html). ------------- PR: https://git.openjdk.java.net/jfx/pull/334