ambientlab-immersivelearning / ImmersiveLearning

0 stars 1 forks source link

Edit the application to render an object from a QR code #5

Closed jsome635 closed 5 years ago

jsome635 commented 5 years ago

All work that is done for this task will be in a in a branch called issue-XX, where XX is the issue number.

What needs to be accomplished

Edit the files created in Issue #2 and Issue #3

To do this, we will utilize a QR code created using the resource found in Issue #4. In the files used to complete the QR code scanner of Issue #2, create a variable that can be used to store the URL scanned in from the QR code. In the files from Issue #3, replace the hard-coded URL with the variable that was just created for storing the URL from the QR code.

If the variable is in a different file than the one used to render the object, the variable can be made static to allow access from different files.

Close the issue once completed and move to 'Waiting for merge' in Project.