3D FlipBook - Flipbook on left side of the screen

l***n@umsteadlaw.com
2021-03-01
2021-03-03

After the cover page, when opening on a desktop the flipbook, the brochure stays on the left side of the screen. It will allow you to drag it back to center, but can it do it automatically after you open the book?

Replies

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

could you write a link to the page where you use the plugin?

l***n@umsteadlaw.com
2021-03-03
2021-03-03

https://scottumstead.com/brochure/

As I may understand this, SmartPan would automatically recenter the pages on each click but it is currently disabled because that would prevent the 3D rotation. Would I have to choose between the 360 rotation and automatic recentering in this case.

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

you can activate smart pan in the settings and use next book ready function to unlock the 3D rotation:

function ready(scene) {
  var orbit = scene.visual.getOrbit();
  orbit.minAzimuthAngle = -Infinity;
  orbit.maxAzimuthAngle = Infinity;
  orbit.minPolarAngle = 0;
  orbit.maxPolarAngle = Math.PI;
} ready
l***n@umsteadlaw.com
2021-03-04
2021-03-04

This is getting closer to what I would like it do, but now it goes from one side of the screen to the other as you flip the pages.

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

Deactivate the single page mode.

l***n@umsteadlaw.com
2021-03-04
2021-03-04

Is this the function in the control properties? cmdSinglePage toggle single page mode enabled auto (yes)

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

cmdSinglePage->active = no or auto (no) in Control properties for the book and in Settings-> Actions

l***n@umsteadlaw.com
2021-03-06
2021-03-06

thank you!

Log In to leave a comment