3d photo gallery surround
Description
In this lesson, we are..
- Adding an invisible node at the centre of the scene (world origin)
- Creating 7 rows of 2d planes spaced at regular intervals
- Applying a look at constraint to all the 2d planes to point towards the central invisible node
- Calling the Unsplash API in a separate thread as not to affect the main UI thread
- Updating the 2d planes with images returned from the Unsplash API call
Video
Code
Next Step : Place webview in scene
After you have mastered this you should try Place webview in scene