@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.mjs 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
  /******************************************************************************
@@ -3574,7 +3574,7 @@ var KhronosTextureContainer = /** @class */ (function () {
3574
3574
  identifier[11] !== 0x0a) {
3575
3575
  throw Error('texture missing KTX identifier');
3576
3576
  }
3577
- // load the reset of the header in native 32 bit uint
3577
+ // load the reset of the header in native-ri 32 bit uint
3578
3578
  var dataSize = Uint32Array.BYTES_PER_ELEMENT;
3579
3579
  var headerDataView = new DataView(this.arrayBuffer, this.baseOffset + 12, 13 * dataSize);
3580
3580
  var endianness = headerDataView.getUint32(0, true);
@@ -5768,6 +5768,8 @@ var MarsRenderer = /** @class */ (function () {
5768
5768
  }
5769
5769
  return [];
5770
5770
  };
5771
+ MarsRenderer.prototype.invalid = function () {
5772
+ };
5771
5773
  MarsRenderer.prototype.requestAnimationFrame = function (cb) {
5772
5774
  return window.requestAnimationFrame(cb);
5773
5775
  };
@@ -5838,7 +5840,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5838
5840
  return MarsSharedGeometry;
5839
5841
  }(MarsGeometry));
5840
5842
 
5841
- consoleLog('version: ' + "0.1.78");
5843
+ consoleLog('version: ' + "0.1.79");
5842
5844
  var ModuleMsg = 'RI Package: @predy-js/render-interface';
5843
5845
 
5844
5846
  var RI = /*#__PURE__*/Object.freeze({