aws-samples / amazon-sumerian-arkit-starter-app

A sample XCode project that demonstrates how to create a simple augmented reality experience using Apple's ARKit with the Amazon Sumerian service
Apache License 2.0
49 stars 27 forks source link

How to show several AR Sumerian scenes with tableview #11

Closed CreateUp-Academy closed 5 years ago

CreateUp-Academy commented 5 years ago

I would like to show several AR Sumerian scenes with tableview in iOS App like following. https://daddycoding.com/2017/10/17/ios-tutorials-triggering-tableviewcell-visit-site/

The sample cord shows only one scene. https://github.com/aws-samples/amazon-sumerian-arkit-starter-app

Please let me know how to show several AR Sumerian scenes with tableview in iOS App.

mike-starr commented 5 years ago

Hi @CreateUp-Academy,

You should be able to do this by following the tutorial you linked, but in the last step - instead of using the ViewController class they provide - use the one in the Sumerian starter app (defined in ViewController.swift). You'll have to modify that class so that the scene URL can be passed in as a parameter instead of hard-coded - the tutorial you linked also has instructions on how to do that.