So I have a GDL object that builds up from primitives, like this:VERT 0,
0, 0 VERT 1, 0, 0 VERT 1, 1, 0 PEN 5 MATERIAL 55 EDGE 1, 2, 1, -1, 0
EDGE 2, 3, 1, -1, 0 EDGE 3, 1, 1, -1, 0 PGON 3, 0, 0, 1, 2, 3I'd like to
make the 2D script as a projection ...