@predy-js/render-interface 0.1.78 → 0.1.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.1.78
5
+ * Version: v0.1.79
6
6
  */
7
7
 
8
8
  'use strict';
@@ -3578,7 +3578,7 @@ var KhronosTextureContainer = /** @class */ (function () {
3578
3578
  identifier[11] !== 0x0a) {
3579
3579
  throw Error('texture missing KTX identifier');
3580
3580
  }
3581
- // load the reset of the header in native 32 bit uint
3581
+ // load the reset of the header in native-ri 32 bit uint
3582
3582
  var dataSize = Uint32Array.BYTES_PER_ELEMENT;
3583
3583
  var headerDataView = new DataView(this.arrayBuffer, this.baseOffset + 12, 13 * dataSize);
3584
3584
  var endianness = headerDataView.getUint32(0, true);
@@ -5772,6 +5772,8 @@ var MarsRenderer = /** @class */ (function () {
5772
5772
  }
5773
5773
  return [];
5774
5774
  };
5775
+ MarsRenderer.prototype.invalid = function () {
5776
+ };
5775
5777
  MarsRenderer.prototype.requestAnimationFrame = function (cb) {
5776
5778
  return window.requestAnimationFrame(cb);
5777
5779
  };
@@ -5842,7 +5844,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5842
5844
  return MarsSharedGeometry;
5843
5845
  }(MarsGeometry));
5844
5846
 
5845
- consoleLog('version: ' + "0.1.78");
5847
+ consoleLog('version: ' + "0.1.79");
5846
5848
  var ModuleMsg = 'RI Package: @predy-js/render-interface';
5847
5849
 
5848
5850
  var RI = /*#__PURE__*/Object.freeze({