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

Box

Dimensions

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

Width (in meters) of the sides on the X axis.

Default : 1

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

Height (in meters) of the sides on the Y axis.

Default : 1

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

Depth (in meters) of the sides on the Z axis.

Default : 1

Mesh

segmentsWidth : Basics.Int -> AFrame.Properties.Property

Number of segmented faces on the x-axis

box

Default : 1

segmentsHeight : Basics.Int -> AFrame.Properties.Property

Number of segmented faces on the y-axis

box

Default : 1

segmentsDepth : Basics.Int -> AFrame.Properties.Property

Number of segmented faces on the z-axis

box

Default : 1