3D FlipBook - Disable cropping + Disable interactive corners

k***d@gmail.com
2021-03-17
2021-04-10

Firstly, great plugin!

Currently when pages turn they are being cropped by the top and bottom of the container. Is there away to avoid this (eg add extra padding or height etc).

I was also wondering if it's possible to prevent the click-drag feature so that when someone tries to turn the last page by mistake they don't end up moving the book around. Hopefully that makes sense..

Thank you

Replies

a***r@3dflipbook.net
2021-03-18
2021-03-18

To avoid cropping go to 3d flipbook-> settings-> general-> zoom and reduce default value. if you wish to disable mouse use next book ready function:

function ready(scene) {
scene.book.enableMouse(false);
} ready

in book edit-> general

k***d@gmail.com
2021-03-19
2021-03-19

Great thanks!

r***k@gmail.com
2021-08-02
2021-08-02

I tried copying the above code to disable mouse zoom, but the mouse zoom is still enabled. As a general question: Do I have to copy the enclosing code block as well or is the inner part "scene.book.enableMouse(false);" enough? But, I tried both and as mentioned the mouse wheel still zooms the pdf.

Log In to leave a comment