# TriangleLayer

TriangleLayer extends [Layer]

## ITriangleLayerProps

ITriangleLayerProps extends [ILayerProps], no additional prop added for now

# TriangleInstance

TriangleInstance extends [Instance3D]

## Constructor(options: ITriangleOptions)

**options: ITriangleOptions**

ITriangleOptions extends [IInstance3DOptions]

* size: Size

  (optional) Sets the dimensions of the triangle

* color: Color

  (optional) Sets the color of the triangle

## Properties

**size: Size**

Dimensions of the triangle.

Default value is [1, 1, 1]

**color: Color**

Color of the triangle.

Default value is [1, 1, 1, 1]
