.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) AR Objects ^^^^^^^^^^ An AR Object is something you can see in an AR browser. For instance, a popup with some content, an image or a 3D object. An AR object needs to be triggered by an AR trigger. In this way, you can create logic like “At GPS coordinates x and y, you will see a 3D object” or “When you see an image of …., you will be shown a popup with the content of this TYPO3 item”. Behaviour """"""""" Additionally, some types of AR objects can have “behaviour”. Behaviour consists of one or more “actions”. An action tells the browser that when “something” happens with the AR object, the browser should do “the following”. For example: when the AR object is “clicked”, dial the number “1234567890”. Or instead: open a popup with the content of this TYPO3 item.