ios - Is it posible to insert a UITextView (or other UIKit view) into an augmented reality SCNScene? -
weird crazy question know. current setup scnscene camera controlled device's gyroscope. i'm able add , light normal nodes, add 2d uiview objects scene uitextviews or maybe buttons. views need inside scene , become no longer visible if camera moves away them.
firstly, possible? or way more difficult implement rebuilding editable textview node? achieved categories or...?
i talked scenekit people here @ wwdc. said of completly impossible in nice, functional way. options offered possible solution create uiview element somewhere off screen or behind scene , continuously take screenshots of object , apply images texture scnnode. pointed out performance poor because taking screenshots heavy , can't going quick it. guess no-go until uiview adds support because, according engineer, it's impossible implement because of uiview limitation , not scenekit one.
Comments
Post a Comment