3D FlipBook - Hello, i’m looking for a setting to a 2D view of the book pages (a flat view). Is there an example? I couldn’t find one.

r***x@cecn.net
2019-08-08
2019-08-08

Hello,

i’m looking for a setting to a 2D view of the book pages (a flat view). Is there an example? I couldn’t find one.

thx for help! Rufnex

Replies

r***x@cecn.net
2019-08-08
2019-08-08

Any Ideas?

r***x@cecn.net
2019-08-08
2019-08-08

It seems, the wave propertie should make it able for a flat view. But it doesnt work for me:

propertiesCallback: function(props) {
    props.sheet.wave = 0;
    return props;
},

What you think?

a***r@3dflipbook.net
2019-08-08
2019-08-08

Hi,

Pretty close:


        propertiesCallback: function(props) {
          props.page.depth /= 10;
          props.cover.depth = props.page.depth;
          props.sheet.wave = 0.01;
          return props;
        },

Best regards,

Ivan.

Log In to leave a comment