Tools
Insert
Load an existing project, or start a new one
Loading project...
Loading project file...
Scenes
Error
Confirm
Confirm
Are you sure?
Export
Save Project
Export Project
Generate QR Codes
To start, print out each QR code. Then, place the Content Pack.png QR code near the entrance of your attraction so that users can scan the code to download the content pack prior to viewing exhibits. Next, place each of the QR codes in the Scenes folder at the location you want visitors to be able to view them at.
Generate Commands
(One per line)
Paste the above command into Terminal and press the return key.
For each of the file names you have provided, a new Collada file (called [name]-iOS.dae) will be generated.
When selecting your geometry files, select both the [name].dae and [name]-iOS.dae files for that model.
Interactivity Designer
Event List
Add/Edit Event
Condition
Action List
New Action
Data is sent to the server as a JSON string of all the variables you wish to send. No two variables should share the same parameter name each time you send data to the server. Stored data is cleared each time data is sent to the server. An example of a PHP script handling the incoming JSON data can be found here.
Edit Floor Plan
Floor Plan Image
Position
Rotation
Size
License
User Manual
Example PHP Script
The following is a PHP script which can read values sent to the server by the app. It extracts the variables sent to it by the app, and then loops through them. Change the line beginning with "echo" to manipulate the data sent to your server.