marcofugaro / three-projected-material

📽 Three.js Material which lets you do Texture Projection on a 3d Model
https://marcofugaro.github.io/three-projected-material/
MIT License
671 stars 57 forks source link

Support VideoTextures #19

Closed marcofugaro closed 3 years ago

marcofugaro commented 3 years ago

Close #18

Videos use videoWidth instead of naturalWidth and it's 0 if the video metadata hasn't loaded yet.

I added an example for testing VideoTextures.