Not able to pause the video after createVideoTexture #4263
Unanswered
Akhil-coditas
asked this question in
Q&A
Replies: 1 comment
-
For play/pause/seek on the video itself, you need the HTML video element, which you access as shown here: https://modelviewer.dev/docs/#entrydocs-scenegraph-methods-createVideoTexture Use e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
so i have feature when on a press of button i need to pause the video that is being rendered on .glb
also rewind and resume it.
this is how im rendering the video texture
and regarding pausing the video
also used
but can i pause video using scene ? if yes can you provide me a snippet if possible
but it doesn't work.
is there a way i can get access to three js being used in model viewer then pause it ? or any other recommended way?
Beta Was this translation helpful? Give feedback.
All reactions