indigo.shared.scenegraph.DirectionLight
See theDirectionLight companion object
final case class DirectionLight(color: RGBA, specular: RGBA, rotation: Radians) extends Light
Direction lights apply light to a scene evenly from a particular direction, as if from a point a very long way away, e.g. the sun.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article