Lit

indigo.shared.materials.LightingModel.Lit
See theLit companion class
object Lit

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Lit.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(): Lit
def apply(emissive: Option[Texture], normal: Option[Texture], roughness: Option[Texture]): Lit
def apply(emissive: AssetName): Lit
def apply(emissive: AssetName, normal: AssetName): Lit
def apply(emissive: AssetName, normal: AssetName, roughness: AssetName): Lit

Concrete fields

val flat: Lit

Givens

Givens

given derived$CanEqual: CanEqual[Lit, Lit]