Hi.
Is there a way to adjust sound(volume) when using video in VideoTexture?
Hi.
Is there a way to adjust sound(volume) when using video in VideoTexture?
Hi @Gannesan_kv,
if the sound comes form the video you can control the volume of the video element using the .video
variable on the video texture:
videoTexture.video.volume = 0.8;
Hi @RaananW ,
Thank you very much for your response. It works in my case.