Capture part of the screen

  • Any one can help me solve this problem, i need to capture part of the multires image, but i can't obtain just the part that is in the frame, here is the sample


    thank you

    Edited once, last by jvh (March 1, 2019 at 5:30 AM).

  • jvh,
    Apparently you need to allow viewing your scene over the whole image. Right now your <view is limited by the limitwiew=auto. Change it to limitview=off.
    Another story is the container size of the snapshot image. You need to adjust it to a better width/height.
    Pavel

  • Hi jvh,
    Seems there is a better solution. Make the snapshot container dragable. In the 'makescreenshot' action of the krpano add:

    Code
    container.ondown = "draglayer()";


    And add the draglayer actionto your tour.xml or your code container xml file.
    Pavel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!