Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8234921: Add DirectionalLight to the selection of 3D light types #548

Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
* cannot be attenuated. A decrease in intensity can be achieved by using a darker color. The sun is a common light
* source that can be simulated with this light type.
*
* @since 17
* @since 18
* @see PhongMaterial
*/
public class DirectionalLight extends LightBase {