Reinstated 5-cell and 16-cell
parent
71c6aa62ac
commit
50214adbe3
10
polytopes.js
10
polytopes.js
|
@ -84,7 +84,8 @@ export const cell5 = () => {
|
|||
geometry: {
|
||||
node_size: 0.02,
|
||||
link_size: 0.02
|
||||
}
|
||||
},
|
||||
options: [ { name: '--' }]
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -113,7 +114,8 @@ export const cell16 = () => {
|
|||
geometry: {
|
||||
node_size: 0.02,
|
||||
link_size: 0.02
|
||||
}
|
||||
},
|
||||
options: [ { name: '--' }]
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -152,7 +154,7 @@ export const tesseract = () => {
|
|||
link_size: 0.02
|
||||
},
|
||||
options: [
|
||||
{ name: 'normal', links: [ 0 ] },
|
||||
{ name: 'none', links: [ 0 ] },
|
||||
{ name: 'one 16-cell', links: [ 0, 1 ] },
|
||||
{ name: 'both 16-cells', links: [ 0, 1, 2 ] },
|
||||
],
|
||||
|
@ -775,6 +777,8 @@ export const dodecahedron_all_inscribed = () => dodecahedron_some_inscribed([1,2
|
|||
|
||||
export const build_all = () => {
|
||||
return [
|
||||
cell5(),
|
||||
cell16(),
|
||||
tesseract(),
|
||||
cell120_inscribed()
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue