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