Fixed bug introduced when reverting the simplified rotation UU

feature-node-foreshortening
Mike Lynch 2024-04-07 11:37:21 +10:00
parent bc9e86d918
commit 3d64c73a5e
2 changed files with 1 additions and 2 deletions

1
gui.js
View File

@ -14,6 +14,7 @@ const DEFAULTS = {
color: 0x3293a9, color: 0x3293a9,
background: 0xd4d4d4, background: 0xd4d4d4,
hyperplane: 1.5, hyperplane: 1.5,
zoom: 1,
xRotate: 'YW', xRotate: 'YW',
yRotate: 'XZ', yRotate: 'XZ',
dtheta: 0, dtheta: 0,

View File

@ -628,8 +628,6 @@ export const snub24cell = () => {
return sn && tn; return sn && tn;
}); });
console.log(nodes);
links.map((l) => l.label = 0); links.map((l) => l.label = 0);
return { return {