@predy-js/render-interface 0.1.20 → 0.1.22

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.20
5
+ * Version: v0.1.22
6
6
  */
7
7
 
8
8
  'use strict';
@@ -5364,7 +5364,6 @@ var MarsMesh = /** @class */ (function () {
5364
5364
  this.name = options.name || ('MarsMesh_' + seed++);
5365
5365
  this.priority = options.priority || 0;
5366
5366
  this.hide = false;
5367
- this.worldMatrix = options.worldMatrix || [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1];
5368
5367
  if (renderer) {
5369
5368
  this.assignRenderer(renderer);
5370
5369
  }
@@ -5710,7 +5709,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5710
5709
  return MarsSharedGeometry;
5711
5710
  }(MarsGeometry));
5712
5711
 
5713
- consoleLog('version: ' + "0.1.20");
5712
+ consoleLog('version: ' + "0.1.22");
5714
5713
 
5715
5714
  exports.Geometry = MarsGeometry;
5716
5715
  exports.InstancedMesh = MarsInstancedMesh;