expo / expo-three

Utilities for using THREE.js on Expo
MIT License
738 stars 89 forks source link

How to use a video as a texture? #228

Open dyerw opened 3 years ago

dyerw commented 3 years ago

THREE.js supports videos as textures using <video> DOM elements as shown here.

Is it possible to do so with expo-three? I want to use it to dewarp 360 video.

edlingao commented 12 months ago

I'm also wondering this, is there any way of doing this example using just expo-three ?