Repository for the app used during the 3/5 MIHC playtest
This is a simple demo application which scans a fiducial marker and places a pre-determined model over it. In this case, as part of the course, all the students were scanned holding a 'protest' stance using Trnio's photo-stitch mode. The resulting models were then combined and downsampled in Maya before being brought into Unreal.
The slider at the top of the application screen can be used to scale the model up, while the "Show Debug Menu" button at the bottom of the screen contains a modified version of Unreal's demo application debug menu, containing options to show the world origin, detected planes, and pins.
Application screen-shot showing Darica's model above the fiducial marker
I have only one fiducial marker currently being detected in this app; to change it, find the AR Candidate Image under root named fiducial and change the set image to your own (first import the image to Unreal and change its compression settings to UserInterface2D).
To change the model being used, under Blueprints>Placeable, change the StaticMesh associated with BP_Placeable.
You can add more fidicuals by creating more AR Candidate Image objects and adding them to the Candidate Images array belonging to D_ARSessionConfig.
In order to build, your build-related settings should follow those described in the Augmented Reality Quick-Start according to your desired platform.
