![]() | |
Ab |
Class | Description | |
---|---|---|
![]() | AmbientLight | AmbientLight is a lights that adds the specified color to all objects in the scene. |
![]() | DirectionalLight | DirectionalLight is a lights that shines from infinint and has a direction vector set. |
![]() | LightBase | LightBase is a base light class |
![]() | PointLight | PointLight is a lights that emits light in all directions from a specified position. |
![]() | SpotLight | SpotLight is a lights that emits lights that is positions in the specified positions and emits light in a specfied directon and with specified cone. |
Interface | Description | |
---|---|---|
![]() | IAmbientLight | IAmbientLight interface represents an ambient light. |
![]() | IDirectionalLight | IDirectionalLight interface defines a lights that shines from infinint and has a direction vector set. |
![]() | ILight | ILight interface represents a 3D light |
![]() | IPointLight | IPointLight interface represents a lights that emits light in all directions from a specifed position. |
![]() | IShadowCastingLight | IShadowCastingLight interface represents a lights that can cast a shadow. |
![]() | ISpotLight | ISpotLight interface defines a lights that emits lights that is positions in the specified positions and emits light in a specfied directon and with specified cone. |