@predy-js/render-interface 0.1.78-beta.2 → 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.
|
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);
|
@@ -5844,7 +5844,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
|
|
5844
5844
|
return MarsSharedGeometry;
|
5845
5845
|
}(MarsGeometry));
|
5846
5846
|
|
5847
|
-
consoleLog('version: ' + "0.1.
|
5847
|
+
consoleLog('version: ' + "0.1.79");
|
5848
5848
|
var ModuleMsg = 'RI Package: @predy-js/render-interface';
|
5849
5849
|
|
5850
5850
|
var RI = /*#__PURE__*/Object.freeze({
|