Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8511779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:06:05+00:00 2026-06-11T04:06:05+00:00

I was trying to use Apple HTML5 VR in my sample project … It

  • 0

I was trying to use Apple HTML5 VR in my sample project …

It looks Fine as this sample code .

threesixty.js

threeSixty = {
    init: function() {
        this._vr = new AC.VR('viewer', 'images/optimized/Seq_v04_640x378_##.jpg', 72, {
            invert: true
        });
    },
    didShow: function() {
        this.init();
    },
    willHide: function() {
        recycleObjectValueForKey(this, "_vr");
    },
    shouldCache: function() {
        return false;
    }
}
if (!window.isLoaded) {
    window.addEventListener("load", function() {
        threeSixty.init();
    }, false);
}

It load Seq_v04_640x378_01.jpg ~ Seq_v04_640x378_72.jpg

But I was curious , if I want add another picture to display 360

How to change picture name ???

Thanks for any reply or answer : )

Webber

/Edit – Add Projec dictionary screenshot/
enter image description here
And there are 72 pics in “optimized” dictionary

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:06:07+00:00Added an answer on June 11, 2026 at 4:06 am

    EDIT You have to edit threesixty.js: inside the new AC.VR( ... ) function call, it’s enough to replace:

    • images/optimized/Seq_v04_640x378_##.jpg with the name pattern, and
    • 72 with the number of images you have,

    as second and third arg, respectively.
    Just make sure you placed the files in the right place, that is, a subdirectory of the “threesixty” dir in your project.
    If,say, your image sequence files are named:

    • frame0001.jpeg
    • frame0002.jpeg
    • …
    • frame0360.jpeg

    Then you’ll have to write:

    • images/optimized/frame0###.jpg as the second arg, and
    • 360 as the third arg.

    EDIT Then, add all your files to the threesixty/images/optimized/ dir using XCode menu item “Project->Add to project” (CMD+Alt+A).
    This way you don’t have to rename all your sequence (provided that the files have a name pattern).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use Apple Core Data Sample code as a basis for my
I'm trying to use some Apple Events in my Cocoa project to get access
I am need paint my image. I'm trying use JQuery in here this link:
I'm trying to use jQuery's get function to call my php script. The php
I am trying to use GL_TEXTURE_BINDING_2D in my code, but it won't compile under
I'm trying to use the IKImageViewDemo provided by apple ( http://developer.apple.com/mac/library/samplecode/IKImageViewDemo/index.html ) and I'm
I am trying to use jQuery fadIn function in my web app but the
I am trying to replicate Apple's navigational menu bar they use for their primary
I'm trying use HTML5 localStorage with a Ruby haml template and need to be
I'm trying to use MySQL and ebeans for saving my tasks. When i apply

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.