I have question about loading/displaying multiple 3D models located in a folder within the art.scnassets folder in Xcode. Please be patient with me as Im new to swift and programming for iOS.
My basic program is that I have a QR code which my application will scan and return a products name.(I have already programmed this and it is working). Once I have the name I would like to have this name be searched to find a folder inside art.scnassets with the same name. This folder will hold 3D models of parts related to the product. What I would like to do is to once this folder is found to load all the 3D models into some kind of table view in a window, and this whole searching and loading into a table of sorts is what I have no idea how to do or where to start.
Could somebody please be able to point me in the right direction. Im not necessarily looking for code (It would be nice to have examples) but some guidance on how to do this or where to look for information. Once I have something working I can upload some code if I get stuck.
If there is something which isn't clear then please let me know and I will try to explain
Thanks for you help in advance