export interface IPolygonData { points: number[]; color?: THREE.ColorRepresentation; opacity?: number; depth?: number; }