3D FlipBook - Flipbook Animation

a***a@blockchainindustrygroup.org
2022-12-15
2022-12-19

1 - We can only "flip" from the corner, correct? The right side lower corner? Or is it possible that we we try to 'drag' from the middle edge of the PDF, it will let us flip page right away?

2 - How can we enable the settings for tilting the flipbook so it's like a book.. kinda like what happens here 0:04 https://www.youtube.com/watch?v=fQOuO6w9CR0&t=3s

Replies

a***r@3dflipbook.net
2022-12-16
2022-12-16
  1. only bottom corners;
  2. only using book ready function (book edit-> general, +show advanced options):
    function ready(scene) {
          setTimeout(function() {
            scene.visual.getOrbit().actions.rotate(null, {dx: 0, dy: -100, state: 'move'});
          }, 10);
    } ready ​
    
a***a@blockchainindustrygroup.org
2022-12-19
2022-12-19

Hi there! I tried this but it still doesn't work. I can't seem to 'tilt' it. What do you press?

a***r@3dflipbook.net
2022-12-19
2022-12-19

To tilt the book using mouse you need to press and hold the right mouse button.

a***a@blockchainindustrygroup.org
2022-12-19
2022-12-19

Thank you. It works now.

Log In to leave a comment