Polygon(List<Vector3> vertices, {Color color = WHITE}) : super(color: color) { setPointsAsCorners([...vertices, vertices.first]); }