Prechádzať zdrojové kódy

Merge pull request #7386 from sebavan/master

Nightly
sebavan 5 rokov pred
rodič
commit
1591be0531

+ 6 - 0
dist/preview release/babylon.d.ts

@@ -30555,6 +30555,7 @@ declare module BABYLON {
         private _settings;
         private _createInternalTextureOnEvent;
         private _frameId;
+        private _currentSrc;
         /**
          * Creates a video texture.
          * If you want to display a video in your scene, this is the special texture for that.
@@ -30593,6 +30594,11 @@ declare module BABYLON {
          */
         updateURL(url: string): void;
         /**
+         * Clones the texture.
+         * @returns the cloned texture
+         */
+        clone(): VideoTexture;
+        /**
          * Dispose the texture and release its associated resources.
          */
         dispose(): void;

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1 - 1
dist/preview release/babylon.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 38 - 27
dist/preview release/babylon.max.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1 - 1
dist/preview release/babylon.max.js.map


+ 12 - 0
dist/preview release/babylon.module.d.ts

@@ -31489,6 +31489,7 @@ declare module "babylonjs/Materials/Textures/videoTexture" {
         private _settings;
         private _createInternalTextureOnEvent;
         private _frameId;
+        private _currentSrc;
         /**
          * Creates a video texture.
          * If you want to display a video in your scene, this is the special texture for that.
@@ -31527,6 +31528,11 @@ declare module "babylonjs/Materials/Textures/videoTexture" {
          */
         updateURL(url: string): void;
         /**
+         * Clones the texture.
+         * @returns the cloned texture
+         */
+        clone(): VideoTexture;
+        /**
          * Dispose the texture and release its associated resources.
          */
         dispose(): void;
@@ -101955,6 +101961,7 @@ declare module BABYLON {
         private _settings;
         private _createInternalTextureOnEvent;
         private _frameId;
+        private _currentSrc;
         /**
          * Creates a video texture.
          * If you want to display a video in your scene, this is the special texture for that.
@@ -101993,6 +102000,11 @@ declare module BABYLON {
          */
         updateURL(url: string): void;
         /**
+         * Clones the texture.
+         * @returns the cloned texture
+         */
+        clone(): VideoTexture;
+        /**
          * Dispose the texture and release its associated resources.
          */
         dispose(): void;

+ 6 - 0
dist/preview release/documentation.d.ts

@@ -30555,6 +30555,7 @@ declare module BABYLON {
         private _settings;
         private _createInternalTextureOnEvent;
         private _frameId;
+        private _currentSrc;
         /**
          * Creates a video texture.
          * If you want to display a video in your scene, this is the special texture for that.
@@ -30593,6 +30594,11 @@ declare module BABYLON {
          */
         updateURL(url: string): void;
         /**
+         * Clones the texture.
+         * @returns the cloned texture
+         */
+        clone(): VideoTexture;
+        /**
          * Dispose the texture and release its associated resources.
          */
         dispose(): void;

+ 12 - 0
dist/preview release/viewer/babylon.module.d.ts

@@ -31489,6 +31489,7 @@ declare module "babylonjs/Materials/Textures/videoTexture" {
         private _settings;
         private _createInternalTextureOnEvent;
         private _frameId;
+        private _currentSrc;
         /**
          * Creates a video texture.
          * If you want to display a video in your scene, this is the special texture for that.
@@ -31527,6 +31528,11 @@ declare module "babylonjs/Materials/Textures/videoTexture" {
          */
         updateURL(url: string): void;
         /**
+         * Clones the texture.
+         * @returns the cloned texture
+         */
+        clone(): VideoTexture;
+        /**
          * Dispose the texture and release its associated resources.
          */
         dispose(): void;
@@ -101955,6 +101961,7 @@ declare module BABYLON {
         private _settings;
         private _createInternalTextureOnEvent;
         private _frameId;
+        private _currentSrc;
         /**
          * Creates a video texture.
          * If you want to display a video in your scene, this is the special texture for that.
@@ -101993,6 +102000,11 @@ declare module BABYLON {
          */
         updateURL(url: string): void;
         /**
+         * Clones the texture.
+         * @returns the cloned texture
+         */
+        clone(): VideoTexture;
+        /**
          * Dispose the texture and release its associated resources.
          */
         dispose(): void;

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 6 - 6
dist/preview release/viewer/babylon.viewer.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1 - 1
dist/preview release/viewer/babylon.viewer.max.js