зеркало из https://github.com/mozilla/hubs.git
Remove unnecessary video property
This commit is contained in:
Родитель
418d225e21
Коммит
dab2c2dbec
|
@ -1,9 +1,10 @@
|
|||
import { LinearFilter, Texture } from "three";
|
||||
import { Mapping, TextureDataType, TextureFilter, PixelFormat, Wrapping, Source } from "three";
|
||||
import { Mapping, TextureDataType, TextureFilter, PixelFormat, Wrapping } from "three";
|
||||
|
||||
export class HubsVideoTexture extends Texture {
|
||||
isVideoTexture: boolean;
|
||||
wasPaused: boolean;
|
||||
video: HTMLVideoElement;
|
||||
|
||||
constructor(
|
||||
video: HTMLVideoElement,
|
||||
|
|
|
@ -24,8 +24,4 @@ declare module "three" {
|
|||
interface Mesh {
|
||||
reflectionProbeMode: "static" | "dynamic" | false;
|
||||
}
|
||||
|
||||
interface Texture {
|
||||
video: HTMLVideoElement;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче