shamansir / elm-aframe / AFrame.Components.Geometry.Triangle

Triangle

Points

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

Coordinates of one of the three vertices.

Default : 0 0.5 0

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

Coordinates of one of the three vertices.

Default : -0.5 -0.5 0

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

Coordinates of one of the three vertices.

Default : 0.5 -0.5 0