Fixed bug introduced when reverting the simplified rotation UU
parent
bc9e86d918
commit
3d64c73a5e
1
gui.js
1
gui.js
|
@ -14,6 +14,7 @@ const DEFAULTS = {
|
|||
color: 0x3293a9,
|
||||
background: 0xd4d4d4,
|
||||
hyperplane: 1.5,
|
||||
zoom: 1,
|
||||
xRotate: 'YW',
|
||||
yRotate: 'XZ',
|
||||
dtheta: 0,
|
||||
|
|
|
@ -628,8 +628,6 @@ export const snub24cell = () => {
|
|||
return sn && tn;
|
||||
});
|
||||
|
||||
console.log(nodes);
|
||||
|
||||
links.map((l) => l.label = 0);
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue