svg`<svg width="${s}" height="${s}">${svg3d(complex.cells, complex.positions, {
view: mat4.lookAt(mat4.create(),
[n, n, n],
[n / 2, n / 2, n / 2],
[0, 1, 0]),
projection: mat4.perspective(mat4.create(),
100 * (1 / (3 * n)),
1,
0.1,
1000),
viewport: [[0, 0,], [s, s]]
})}</svg>`