Skip to content

Add new constructors for lights #297

@shadowislord

Description

@shadowislord

Add the following convenience constructors:
AmbientLight(ColorRGBA color)
DirectionalLight(ColorRGBA color, Vector3f direction)
PointLight(ColorRGBA color, Vector3f position)
SpotLight(ColorRGBA color, Vector3f position, Vector3f direction, float innerAngle, float outerAngle)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions