Create polygon with 3D points

I used an offset on your coordinates, else polygon is very far away and ground is not next to polygon,. Another way is to move camera target/position to polygon coordinates, but the y-Value seems to be quite big, maybe you need to scale down your values by i.e. 0.001.

The playground:

Note: First and last Vector3 are equal.

1 Like