How to Display a webpage in 3D environment in ARKit

I want to display a WebPage in a 3D environment in ARkit. I have tried diffusing the contents of a controlller containing the WebView as Material for SCNPlane . HTML Content Is Rendered from URL but it is not Visible, however this mechanism works fine for most other UIElements.

Add a Comment

Replies

>contents of a controlller containing the WebView


WebView (deprecated w/iOS), or WKWebView?