The 3D API offer AmbientLight and PointLight lights. DirectX and OpenGL offer, in addittion, SpotLight and DirectionalLight.
This issue deals with the addition of DirectionalLight. A DirectionalLight behaves like an AmbientLight with a direction. That is, instead of objects being illuminated from all direction, they are illuminated from a single direction.
DirectionalLight will subclass LightBase.
See also the D3D9 docs: https://docs.microsoft.com/en-us/windows/win32/direct3d9/light-types
This issue deals with the addition of DirectionalLight. A DirectionalLight behaves like an AmbientLight with a direction. That is, instead of objects being illuminated from all direction, they are illuminated from a single direction.
DirectionalLight will subclass LightBase.
See also the D3D9 docs: https://docs.microsoft.com/en-us/windows/win32/direct3d9/light-types
- csr for
-
JDK-8269514 Add DirectionalLight to the selection of 3D light types
-
- Closed
-