shamansir / elm-aframe / AFrame.Primitives.Light

Light primitive.

Primitives

light : List (Html.Attribute msg) -> List (Html msg) -> Html msg

The light primitive adjusts the lighting setup of the scene.

Attributes

type_ : AFrame.Variants.Light.Light -> Html.Attribute msg

Set light type.

Check https://aframe.io/docs/0.5.0/components/light.html#properties to get more information about the different kinds of lights

intensity : Basics.Float -> Html.Attribute msg

Light strength.