diff --git a/CHANGELOG.md b/CHANGELOG.md index 743607a..568927b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.13](https://github.com/6eDesign/svelte-three-mograph/compare/v1.0.12...v1.0.13) (2021-01-13) + + +### Bug Fixes + +* tweak demo ([fcf4fc8](https://github.com/6eDesign/svelte-three-mograph/commit/fcf4fc8ca596e8f649b0d37937bcb99f523ec0a2)) + ## [1.0.12](https://github.com/6eDesign/svelte-three-mograph/compare/v1.0.11...v1.0.12) (2021-01-13) diff --git a/docs/_dist_/App.js b/docs/_dist_/App.js index a863440..1669afe 100644 --- a/docs/_dist_/App.js +++ b/docs/_dist_/App.js @@ -36,7 +36,7 @@ function create_if_block(ctx) { scene = new Scene({ props: { - background: "#000", + background: "#111", width: /*width*/ ctx[0], height: /*height*/ ctx[1], $$slots: { default: [create_default_slot] }, @@ -85,7 +85,7 @@ function create_default_slot_3(ctx) { icosahedron = new /*Icosahedron*/ ctx[4]({ props: { - size: 0.1, + size: 0.08, position: /*position*/ ctx[13], rotation: /*rotation*/ ctx[14] } @@ -218,7 +218,7 @@ function create_default_slot_1(ctx) { }; } -// (28:2) +// (28:2) function create_default_slot(ctx) { let ambientlight; let t0; diff --git a/docs/_dist_/OrbitExample.js b/docs/_dist_/OrbitExample.js index 41d9779..d3c82d9 100644 --- a/docs/_dist_/OrbitExample.js +++ b/docs/_dist_/OrbitExample.js @@ -77,7 +77,7 @@ function create_default_slot_4(ctx) { }; } -// (72:0) +// (72:0) function create_default_slot_3(ctx) { let material; let current; @@ -124,7 +124,7 @@ function create_default_slot_3(ctx) { }; } -// (88:6) +// (88:6) function create_default_slot_2(ctx) { let icosahedron; let current; @@ -175,8 +175,8 @@ function create_default_slot_1(ctx) { material = new Material({ props: { - metalness: 0.2, - roughness: 0.8, + metalness: 0, + roughness: 1, color: /*color*/ ctx[26], $$slots: { default: [create_default_slot_2] }, $$scope: { ctx } @@ -361,7 +361,7 @@ function create_fragment(ctx) { forces = new /*Forces*/ ctx[2]({ props: { - rotationalVelocity: [0.03, 0.03, 0.03], + rotationalVelocity: [0.01, 0.01, 0.01], $$slots: { default: [ create_default_slot_3, diff --git a/package.json b/package.json index 5105aa6..e744d1e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@6edesign/svelte-three", "svelte": "src/components/index.js", "main": "src/components/index.js", - "version": "1.0.12", + "version": "1.0.13", "license": "MIT", "keywords": [ "svelte",