shamansir / elm-aframe / AFrame.Components.Line

Line

color : Color -> AFrame.Properties.Property

Color of fog. For example, if set to black, far away objects will be rendered black.

Default : #000

start : Basics.Float -> Basics.Float -> Basics.Float -> AFrame.Properties.Property

Start point coordinate.

Default : 0 0 0

end : Basics.Float -> Basics.Float -> Basics.Float -> AFrame.Properties.Property

End point coordinate.

Default : 0 0 0

opacity : Basics.Float -> AFrame.Properties.Property

Line opacity.

Default : 1

visible : Basics.Bool -> AFrame.Properties.Property

Whether the material visible.

Default : true