Post

Replies

Boosts

Views

Activity

Can ARKit display WKWebview?
Is there any way we can load web content in Node in ARKit? I have tried diffusing the contents of a WebView as Material for SCNPlane. HTML content isn't visible. The same works well with UIWebView. Unfortunately, it is deprecated. let webView = WKWebView(frame: CGRect(x: 0, y: 0, width: 640, height: 480)) 	let request = URLRequest(url: URL(string: "https://www.apple.com")!) 	webView.load(request) 	plane.firstMaterial?.diffuse.contents = webView
1
0
1.2k
Oct ’20