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
Any Ideas?
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?
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.
Any Ideas?
It seems, the wave propertie should make it able for a flat view. But it doesnt work for me:
What you think?
Hi,
Pretty close:
Best regards,
Ivan.