Light

class Light()

Constructors

Properties


Constructors

Light.constructor(type, space, position, color)
Arguments:
  • type (LightType()) –
  • space (LightSpace()) –
  • position (Point3()) –
  • color (Color) –
Return type:

Light()

Properties

Light.color
Type:Color
Light.position
Type:Point3
Light.space
Type:LightSpace
Light.type
Type:LightType