Tutorial: 03_Parameters

03_Parameters

URL Parameters

URL parameters can be used to change the display of elements or the behavior on the page. The first parameter is specified with ?... further parameters are appended to the URL with &.... Example: https://genericexhibitionplatform.beyondmatter.eu/?gui=1&stats=1

  • autoreset=1 If the application should reset itself after a certain period of time when no user interaction has been detected.
  • gamepad=1 If the application is used for an exhibition terminal wth a gamepad controller.
  • preview=1 In preview mode, you can also see elements that are still marked as hidden in the backend.
  • gui=1 A user interface for quick adjustment of certain values of the 3D display and controlling is displayed.
  • physic=1 Helper objects are rendered to make the physical sensors and masses visible.
  • stats=1 A display that monitors the performance of the page is shown.

Only for local development:

  • backend=0 The data is not loaded via the backend but from local json files. (public/exhibition.json, public/exhibit-info.json and public/visitor-info.json)
  • prod=1 Loads the minified javascript version for local testing.