Is it possible to dynamically assign an iFrame as a texture onto an obj model? I know that it can be done with videos.
I found this example interesting - where an iFrame is loaded into a three.js environment:
And also this example, which demonstrates mapping an image texture onto an obj model:
Are there any instances of these two concepts being combined and implemented together?