|
@@ -59425,6 +59425,9 @@ var BABYLON;
|
|
_this._texture = _this._engine.createDynamicTexture(_this.video.videoWidth, _this.video.videoHeight, _this._generateMipMaps, _this._samplingMode);
|
|
_this._texture = _this._engine.createDynamicTexture(_this.video.videoWidth, _this.video.videoHeight, _this._generateMipMaps, _this._samplingMode);
|
|
_this._texture.isReady = true;
|
|
_this._texture.isReady = true;
|
|
_this._updateInternalTexture();
|
|
_this._updateInternalTexture();
|
|
|
|
+ if (_this._onLoadObservable && _this._onLoadObservable.hasObservers()) {
|
|
|
|
+ _this.onLoadObservable.notifyObservers(_this);
|
|
|
|
+ }
|
|
};
|
|
};
|
|
_this.reset = function () {
|
|
_this.reset = function () {
|
|
if (_this._texture == null) {
|
|
if (_this._texture == null) {
|