class VideoTexture
extends Texture
import { VideoTexture } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";
Constructors
new
VideoTexture(video: HTMLVideoElement,
mapping?: Mapping,
wrapS?: Wrapping,
wrapT?: Wrapping,
magFilter?: TextureFilter,
minFilter?: TextureFilter,
format?: PixelFormat,
type?: TextureDataType,
anisotropy?: number,