Video texture in three.js?
Unsolved
QML and Qt Quick
-
Hi!
Can I retrieve the OpenGL texture of aMediaPlayer
item and display it on some shapes in aCanvas3D
?
Otherwise, should I rather use aTHREE.VideoTexture
, as documented in https://threejs.org/docs/#api/en/textures/VideoTexture ?
Thank you.