A Polygon has many properties, most of which are optional. The only required properties are the coordinates and the color (c).



Polygon.
x1

Type: number

Polygon.
y1

Type: number

Polygon.
z1

Type: number

Polygon.
x2

Type: number

Polygon.
y2

Type: number

Polygon.
z2

Type: number

Polygon.
x3

Type: number

Polygon.
y3

Type: number

Polygon.
z3

Type: number

Polygon.
forceRender

Type: boolean
if true, always renders polygon from both sides, regardless of orientation

Polygon.
c

Type: number
CC color from the colors library

Polygon.
outlineColor

Type: number
color used as outline for the polygon