cubing.js icon indicating copy to clipboard operation
cubing.js copied to clipboard

3D SVG for FTO only shows six faces

Open rokicki opened this issue 4 years ago • 1 comments

Go to twizzle explorer; select FTO in the puzzles drop-down, then open options, ensure 3D is selected, and then select SVG from the actions drop-down. The resulting SVG only renders six of the eight faces (the other two are perpendicular to the viewer). A different default orientation should be selected for this. Other puzzles may also be affected.

A simpler way to reproduce is to just run

node dist/bin/puzzle-geometry-bin.js --svg --3d FTO > t.svg ; open -a Safari.app t.svg

The 2D SVG is fine.

rokicki avatar Jul 22 '21 23:07 rokicki

It's so cute!

Screen Shot 2021-07-22 at 20 43 19

Personally, I think reusing the vertex-centered views instead of a net might be nice. R and BR could even be joined at the edge to form a distorted net.

Screen Shot 2021-07-22 at 20 44 08

lgarron avatar Jul 23 '21 03:07 lgarron