From: Vincent Vanwaelscappel Date: Mon, 26 Nov 2018 12:46:45 +0000 (+0100) Subject: wip #2365 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=58df13226500cecfb4028e4d2156ebf9975dd877;p=fluidbook-html5.git wip #2365 @1 --- diff --git a/js/libs/fluidbook/fluidbook.3dflip.js b/js/libs/fluidbook/fluidbook.3dflip.js index 3642ad8c..d5d3588e 100644 --- a/js/libs/fluidbook/fluidbook.3dflip.js +++ b/js/libs/fluidbook/fluidbook.3dflip.js @@ -210,11 +210,11 @@ Fluidbook3DFlip.prototype = { var ratio = this.fluidbook.datas.width / this.fluidbook.datas.height; if (ratio > 1.2) { - this.bendAngle = 5; + this.bendAngle = 15; this.bendOffset = 0.4; this.bendForceMultiplicator = 1.3; } else if (ratio >= 1) { - this.bendAngle = 10; + this.bendAngle = 20; this.bendOffset = 0.4; this.bendForceMultiplicator = 1.2; } else if (ratio > 0.85) {