VideoTexture
THREE.VideoTexture
class VideoTexture(video: Video, mapping: UndefOr[Int] = ..., wrapS: UndefOr[Int] = ..., wrapT: UndefOr[Int] = ..., magFilter: UndefOr[Int] = ..., minFilter: UndefOr[Int] = ..., format: UndefOr[Int] = ..., `type`: UndefOr[Int] = ..., anisotropy: UndefOr[Int] = ...) extends Texture
Creates a texture for use with a video.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Update the texture to the next video frame.
Update the texture to the next video frame.
Attributes
Concrete fields
In this article