indigo.shared.scenegraph.Falloff
See theFalloff companion trait
object Falloff
Attributes
Members list
Type members
Classlikes
Light decays linearly forever. If a "far" distance is specified then the light will be artificially attenuated to zero by the time it reaches the limit.
object Linear
object None
Light decays quadratically (inverse-square) forever. If a "far" distance is specified then the light will be artificially attenuated to zero by the time it reaches the limit.
Light decays quadratically (inverse-square) forever. If a "far" distance is specified then the light will be artificially attenuated to zero by the time it reaches the limit.
Attributes
object Quadratic
final case class SmoothLinear(near: Int, far: Int) extends Falloff
object SmoothLinear
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SmoothLinear.type
final case class SmoothQuadratic(near: Int, far: Int) extends Falloff
A smooth circle of light that decays pleasingly to zero at the "far" distance.
object SmoothQuadratic
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SmoothQuadratic.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete fields
In this article