We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddd62a commit 81df327Copy full SHA for 81df327
1 file changed
src/myr/Myr.js
@@ -986,7 +986,7 @@ class Myr {
986
*
987
* @param {*} params !!!DESCRIPTION NEEDED!!!
988
*/
989
- polyhedron = (params) => {
+ prism = (params) => {
990
let base = {
991
id: "poly" + this.genNewId(),
992
geometry: `primitive: sphere; segmentsWidth: 2; segmentsHeight: 8; phi-length: ${this.cursor.phiLength};`,
@@ -1308,12 +1308,6 @@ class Myr {
1308
}
1309
1310
1311
- // Prism is an alias for Polyhedron
1312
- prism = this.polyhedron
1313
-
1314
- // Cube is an alias for Box
1315
- cube = this.box
1316
1317
/********************* ANIMATIONS *********************/
1318
1319
/**
0 commit comments