diff --git a/media/attribution.js b/media/attribution.js index d58d9816..5f6fa9c5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20477,6 +20477,13 @@ const attributionData = { "chemicalcrux" ] }, + { + prefix: "./media/objects/Poker Chips/", + all: null, + authors: [ + "chemicalcrux" + ] + }, { prefix: "./media/real-buildings/", all: "https://wiki.openstreetmap.org/wiki/Blender", diff --git a/media/objects/Poker Chips/Poker Chip-Edge.svg b/media/objects/Poker Chips/Poker Chip-Edge.svg new file mode 100644 index 00000000..59cb5b9d --- /dev/null +++ b/media/objects/Poker Chips/Poker Chip-Edge.svg @@ -0,0 +1,76 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/objects/Poker Chips/Poker Chip-Top.svg b/media/objects/Poker Chips/Poker Chip-Top.svg new file mode 100644 index 00000000..e47436e7 --- /dev/null +++ b/media/objects/Poker Chips/Poker Chip-Top.svg @@ -0,0 +1,73 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/objects.js b/presets/objects.js index c1cb5c45..d837c1eb 100644 --- a/presets/objects.js +++ b/presets/objects.js @@ -902,6 +902,7 @@ function makeObjects() { /* ***Staples*** */ results.push(makeModel({"name": "Staples", "kind": "objects", "forms": [{"name": "Standard Staple", "views": [{"name": "Front", "height": 0.00634999992325902}, {"name": "Angled", "height": 0.00634999992325902}, {"name": "Side", "height": 0.00634999992325902}, {"name": "Top", "height": 0.0003969999961555004}]}]})); /* ***Rulers*** */ results.push(makeModel({"name": "Rulers", "kind": "objects", "forms": [{"name": "Wooden Ruler", "views": [{"name": "Top", "height": 0.30797499418258667, "extra": 1.0012004801920769, "bottom": 0.0011976047904191617}, {"name": "Edge", "height": 0.003634304739534855, "extra": 1.0459056530118458, "bottom": 0.04204540909090908}, {"name": "End", "height": 0.003634304739534855, "extra": 1.0054553851294097, "bottom": 0.005396505102040825}]}]})); /* ***Batteries*** */ results.push(makeModel({"name": "Batteries", "kind": "objects", "forms": [{"name": "AA", "views": [{"name": "Front", "height": 0.05000000447034836, "mass": 0.02369000017642975, "extra": 1.0017708583433373, "bottom": 0.001764608599614688}, {"name": "Top", "height": 0.014079931192100048, "mass": 0.02369000017642975, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}, {"name": "Bottom", "height": 0.014079931192100048, "mass": 0.02369000017642975, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}]}, {"name": "AAA", "views": [{"name": "Front", "height": 0.04421994090080261, "mass": 0.011660000309348106, "extra": 1.001845738295318, "bottom": 0.0018389498549771523}, {"name": "Top", "height": 0.010320000350475311, "mass": 0.011660000309348106, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}, {"name": "Bottom", "height": 0.010320000350475311, "mass": 0.011660000309348106, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}]}, {"name": "CR1632", "views": [{"name": "Front", "height": 0.0029999995604157448, "mass": 0.0019000000320374966, "extra": 1.0089968471337578, "bottom": 0.00883782206552017}, {"name": "Top", "height": 0.01591000147163868, "mass": 0.0019000000320374966, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}, {"name": "Bottom", "height": 0.01591000147163868, "mass": 0.0019000000320374966, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}]}]})); + /* ***Poker Chips*** */ results.push(makeModel({"name": "Poker Chips", "kind": "objects", "forms": [{"name": "Poker Chip", "views": [{"name": "Top", "height": 0.039500001817941666, "mass": 0.007910000160336494, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}, {"name": "Edge", "height": 0.0033300002105534077, "mass": 0.007910000160336494, "extra": 1.0211183214285713, "bottom": 0.020262501393808655}]}]})); /* ***INSERT HERE*** */ return results; }