simplex3d.renderer.lighting

PointLight

final class PointLight extends ReadPointLight with Struct

Linear Supertypes
Struct, Struct, Accessible, scala.Mutable, ReadPointLight, ReadStruct, ReadStruct, PropertyContextDependent, Binding, Protected, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PointLight
  2. Struct
  3. Struct
  4. Accessible
  5. Mutable
  6. ReadPointLight
  7. ReadStruct
  8. ReadStruct
  9. PropertyContextDependent
  10. Binding
  11. Protected
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PointLight()

Type Members

  1. type Mutable = PointLight

    Definition Classes
    ReadPointLight → ReadStruct → ReadStruct → Protected
  2. type Read = ReadPointLight

    Definition Classes
    ReadPointLight → ReadStruct → ReadStruct → Protected

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=(r: Read): Unit

    Definition Classes
    Struct → Accessible
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def collectKeys(path: String, lists: HashMap[ListNameKey, Integer], enums: HashMap[String, AnyRef]): Unit

    Definition Classes
    Struct
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def fieldNames: ReadArray[String]

    Definition Classes
    Struct → Struct
  13. def fields: ReadArray[UncheckedRef]

    Definition Classes
    Struct → Struct
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getSizeKeys(): Array[ListSizeKey]

    Definition Classes
    Struct
  17. def getUnsizedListKeys(): Array[ListNameKey]

    Definition Classes
    Struct
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def init(clazz: Class[_]): Unit

    Attributes
    protected
    Definition Classes
    Struct
  20. val intensity: Vec3d

    Definition Classes
    PointLightReadPointLight
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val linearAttenuation: DoubleRef

    Definition Classes
    PointLightReadPointLight
  23. def mkMutable(): PointLight

    Attributes
    protected
    Definition Classes
    PointLight → Struct
  24. def mutableCopy: Mutable

    Definition Classes
    Struct → Protected
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val position: Vec3d

    Definition Classes
    PointLightReadPointLight
  29. val quadraticAttenuation: DoubleRef

    Definition Classes
    PointLightReadPointLight
  30. def registerPropertyContext(context: PropertyContext): Unit

    Attributes
    protected
    Definition Classes
    Struct → PropertyContextDependent
  31. final def resolve[T](path: String): T

    Definition Classes
    Struct
  32. def samplerRemapping(path: String, remapping: HashMap[String, String]): Unit

    Definition Classes
    Struct
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def unregisterPropertyContext(): Unit

    Attributes
    protected
    Definition Classes
    Struct → PropertyContextDependent
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Struct

Inherited from Struct

Inherited from Accessible

Inherited from scala.Mutable

Inherited from ReadPointLight

Inherited from ReadStruct

Inherited from ReadStruct

Inherited from PropertyContextDependent

Inherited from Binding

Inherited from Protected

Inherited from AnyRef

Inherited from Any

Ungrouped