Normalised dodecahedron to unit radius
parent
39fe6e5e40
commit
f99901f1b0
|
@ -715,6 +715,7 @@ function make_dodecahedron_vertices() {
|
||||||
{ x: -phi, y: phiinv, z:0, w: 0 , label: 4},
|
{ x: -phi, y: phiinv, z:0, w: 0 , label: 4},
|
||||||
{ x: -phi, y: -phiinv, z:0, w: 0 , label: 2},
|
{ x: -phi, y: -phiinv, z:0, w: 0 , label: 2},
|
||||||
];
|
];
|
||||||
|
scale_nodes(nodes, 1 / Math.sqrt(3));
|
||||||
index_nodes(nodes);
|
index_nodes(nodes);
|
||||||
return nodes;
|
return nodes;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue