Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Added auto rotate pan #323

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added auto rotate pan #323

wants to merge 4 commits into from

Conversation

khairu-aqsara
Copy link

based on this issues #34
added image automatically starts to rotate like this: http://photo-sphere-viewer.js.org/ if is_autopan_off is set to false with default speed 20000
and the rotation speed can be set up using auto_pan_speed

  vrView = new VRView.Player('#vrview', {
    width: '100%',
    height: 480,
    image: 'blank.png',
    is_stereo: false,
    is_autopan_off: false,
    auto_pan_speed:xxxxx
  });

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant