VideoTexture on a 3D object

Hello,

I know I can assign a VideoTexture to a plane, using its “materials” property.

Problem : I would like to assign a VideoTexture to a custom geometry (imported pod file), but this kind of node does not have a “materials” property.
The goal is to have something that behaves like an animated texture (mapped in UV), for example to simulate a light movement on a car.

How may I do that ?

Thanks.

I don’t know if you can do video but you can change the materials on a pod file. If you use a time line you could make it look animated.

This may help as well.

Steve

Thank you Steve.

Hi Alain, did you figured out how to play a video in a 3d object???

I’m trying but unsuccessfully.

thanks

1 Like

Hello @gage9600,

You may try this:

image

And then you set it as material on your .pod, .fbx and etc.

Here’s the article:

https://docs.zap.works/studio/scripting/reference/videotexture/

att, Higão.