Viewing Parameters | Object2VR

Object2VR – Help The viewing parameters section lets you choose which image will be the first to be viewed and how the movie will be controlled. Object2VR Viewing Parameters   Contents 1 Default View 2 Control 2.1 Type 2.2 Horizontal 2.3 Vertical 2.4 Swap 3 See also Default View In this section, you set the […]

View state | Object2VR

A view state is how the object (in an object movie) appears at any time. This state can be changed using alternative views of the object. For example, if an object is an item that is available in multiple colors, a view state could represent an optional color.   See also A multiple view state […]

Using the Skin Editor | Object2VR

The skin editor can be used to make both simple loaders and complex navigations, but they both follow the same workflow. The Basic Workflow Open the Skin Editor (Tools > Skin Editor). Customize the layout of the canvas using the skin settings: Make sure no elements are selected. In the Properties section, Canvas panel, choose […]

Using the Light Table | Object2VR

Object2VR – Help Importing via the Light Table is the easiest way to import. However, if you have a large amount of images to import, you may find importing them via Select Input easier. Object2VR’s Light Table For all the following steps, start by opening Object2VR and then click Light Table in the Input section. […]

Using The Browser Error Console

This tip explains how to use a web browsers to help diagnose issues with published objects and/or panoramas. Download Video   Contents 1 Accessing the Error Console 1.1 Safari 1.1.1 Mac OS X 1.1.2 Windows 1.2 Firefox 1.2.1 Mac OS X 1.2.2 Windows 1.3 Chrome 1.3.1 Mac OS X 1.3.2 Windows 1.4 Internet Explorer 2 […]

Using PHP to switch HTML5 skins

You can use PHP code to alternate separate skins for the iPad and iPhone/iPod Touch. If your web hosting provider has PHP capabilities, you can use the following to switch skins depending on which device is being used. A good example of this can be found on our website in our Virtual Tour example. When […]

User Data | Object2VR

Object2VR – Help If you want metadata available in your movie, you can add it here. The fields are rather self-explanatory: Title Description Author Date and Time Copyright Source Information Comment A list of HTML formatting tags that can be used can be found here. Studio V3.0 TIP: You can also use these data fields […]

Turntable Script | Object2VR

In Object2VR all turntables are controlled via a script within the turntable directory. (You can find the directory in the settings/preferences). The scripts are written in ECMAScript/Javascript with some special addition to communicate with Object2VR. The main script start running after the “connect” button is pressed. All global objects and variables live until the “disconnect” […]

Tree | Skin Editor | Object2VR

Object2VR – Help The tree supports a parent-child layering organization. An element treated as a parent will have a child or children that is/are “connected” to it, making it easier to group the elements and move them together in the Editor window. The layering of the elements is like Photoshop; the top most element is […]

Translation

If you want to help to translate Pano2VR and Object2VR, please send us an email at translate@ggnome.com and we will set you up with an account. The Common file contains text fields that are used in Pano2VR and Object2VR (for example the Skin editor) Some strings contain a “%1” or “%L1” as place holder for […]

Toolbar and Menu Bar | Skin Editor | Object2VR

Object2VR – Help Contents 1 Toolbar 2 Menu Bar 2.1 Edit Menu 2.2 Elements menu 2.3 View menu 3 See also Toolbar The toolbar is found at the top of the editor window and holds all the tools needed for adding and moving elements in the editor, zooming into the canvas and turning on Live […]

Toggle

This is a command generally used when giving an action to a skin element. The action’s effect has an opposite effect on successive occasions (mouse clicks, taps, mouse enters, etc.). See also Skin Actions#Change, Set, Toggle Actions