Rotoscoping in three.js

I’m relatively new to the three.js community. My question is whether three.js has the ability to rotoscope an independent video (or image ) sequence into a scene. I’m researching this for a potential client.
TIA!

You can use a video as a texture to a geometry and then rotate the resulting mesh.

See from the Collection of examples from discourse.threejs.org

BeginnerExample step 04
and for rotation from 2018 discourse.threejs.hofk.de
Video
and also
https://hofk.de/main/discourse.threejs/2018/VideoTextureProjection/VideoTextureProjection.html

1 Like

Thanks very much, hofk! This is exactly what I was looking for.

1 Like