Re: RFR: 8234920: Add SpotLight to the selection of 3D light types [v23]

2021-06-13 Thread Nir Lisker
On Sun, 13 Jun 2021 23:08:22 GMT, Nir Lisker wrote: >> Added a SpotLight only to the D3D pipeline currently. >> >> ### API discussion points >> >> - [X] Added `SpotLight` as a subclass of `LightBase`. However, it could >> also be a subclass of `PointLight` as it's a point light with direction

Re: RFR: 8234920: Add SpotLight to the selection of 3D light types [v23]

2021-06-13 Thread Nir Lisker
> Added a SpotLight only to the D3D pipeline currently. > > ### API discussion points > > - [X] Added `SpotLight` as a subclass of `LightBase`. However, it could also > be a subclass of `PointLight` as it's a point light with direction and extra > factors. I saw that `scenario.effect.light.Spo