LightData

final case class LightData(lightFlags: Array[Float], lightColor: Array[Float], lightSpecular: Array[Float], lightPositionRotation: Array[Float], lightNearFarAngleIntensity: Array[Float])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(other: LightData): LightData
def toArray: Array[Float]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product