Skip to content

Commit 264d9f3

Browse files
Rebuild
1 parent a09e7cb commit 264d9f3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/cubism2/LAppDefine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const LAppDefine = {
2-
VIEW_MAX_SCALE: 2,
3-
VIEW_MIN_SCALE: 0.8,
2+
VIEW_MAX_SCALE: 1.5,
3+
VIEW_MIN_SCALE: 1,
44
VIEW_LOGICAL_LEFT: -1,
55
VIEW_LOGICAL_RIGHT: 1,
66
VIEW_LOGICAL_MAX_LEFT: -2,

build/cubism2/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class Cubism2Model {
204204
if (e.wheelDelta > 0)
205205
this.modelScaling(1.1);
206206
else
207-
this.modelScaling(1);
207+
this.modelScaling(0.9);
208208
}
209209
else if (e.type == 'click' || e.type == 'contextmenu') {
210210
this.modelTurnHead(e);

dist/chunk/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chunk/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)