Closed Sangath closed 7 years ago
From the description I think it won't be possible to use that library, as it uses CSS3D to transform HTML Elements to look like they are part of the scene.
This works, as long as you don't go stereoscopic. Besides this it would also cause a huge performance drop.
To integrate videos, there is the video component. But if you intend to show YouTube videos into the scene, you have to find a Threejs Element which provides this feature.
For the implementation in ReactVR look in the ovrui library.
Aframe provides some out of the box solutions for rendering HTML in webgl. Maybe this suits more your needs.
Am 21. April 2017 um 23:24:10, Sangath (notifications@github.com(mailto:notifications@github.com)) schrieb:
I am trying to render JWplayer inside the scene using HTMLmixer library. https://github.com/jeromeetienne/threex.htmlmixer
But I don't see a possible way to add external library to the ReactVR project. Is there anyway to do it? Also, Is there any alternative way to render JWplayer inside the scene?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub(https://github.com/facebook/react-vr/issues/122), or mute the thread(https://github.com/notifications/unsubscribe-auth/AAHMfZb4kbfJmpo3vAS-QMtx_hOmF-GDks5ryR56gaJpZM4NEzfn).
Thanks for the response @Ninerian . I will look into it
I am trying to render JWplayer inside the scene using HTMLmixer library. https://github.com/jeromeetienne/threex.htmlmixer
But I don't see a possible way to add external library to the ReactVR project. Is there anyway to do it? Also, Is there any alternative way to render JWplayer inside the scene?