Place webview in scene

Share on Twitter Share on Facebook Share on LinkedIn

Place webview in scene

Description

In this lesson you can see how to place a virtual webpage into an augmented reality scene.

Specifically, we place an interactive UIWebView onto a 2d plane as a material and load a webpage to show. What is rather clever is that the webpage can still be interacted with i.e. scrolling and clicking links.

Please Note: That whilst the UIWebView is deprecated and replaced by the newer WKWebView, the latter doesn't seem to work in an augmented reality scene.


Video


Code


Next Step : Periodic table

After you have mastered this you should try Periodic table