VideoTexture
Display a video with customizable playback and object-fit modes
Display a video with customizable playback and object-fit modes
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| url | video-upload | https://shaders.com/sample.mp4 | Upload a video or provide a URL |
| objectFit | "cover" | "contain" | "fill" | "scale-down" | "none" | cover | How the video should be sized within the viewport |
| loop | checkbox | true | Loop the video playback |
Usage
vue
<Shader>
<VideoTexture />
</Shader>