I'm currently working on a project for the Oculus Rift DK2 using three.js, where I need to display HTML content on the sides of a cube. So far, I've been taking screenshots and loading them onto the cube using TextureLoader. However, I'm wondering if there's a way to directly show HTML content without having to go through the process of capturing images first.