@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.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.20
5
+ * Version: v0.1.22
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -5360,7 +5360,6 @@ var MarsMesh = /** @class */ (function () {
5360
5360
  this.name = options.name || ('MarsMesh_' + seed++);
5361
5361
  this.priority = options.priority || 0;
5362
5362
  this.hide = false;
5363
- this.worldMatrix = options.worldMatrix || [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1];
5364
5363
  if (renderer) {
5365
5364
  this.assignRenderer(renderer);
5366
5365
  }
@@ -5706,7 +5705,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5706
5705
  return MarsSharedGeometry;
5707
5706
  }(MarsGeometry));
5708
5707
 
5709
- consoleLog('version: ' + "0.1.20");
5708
+ consoleLog('version: ' + "0.1.22");
5710
5709
 
5711
5710
  export { DestroyOptions, MarsGeometry as Geometry, MarsInstancedMesh as InstancedMesh, MarsTextureFactory, MarsMaterial as Material, MarsMaterialDataBlock as MaterialDataBlock, MarsMesh as Mesh, MarsRenderFrame as RenderFrame, MarsRenderPass as RenderPass, RenderPassAttachmentStorageType, RenderPassDestroyAttachmentType, RenderPassMeshOrder, RenderPassPriorityNormal, RenderPassPriorityPostprocess, RenderPassPriorityPrepare, MarsRenderer as Renderer, ShaderCompileResultStatus, ShaderLibraryEmpty, MarsSharedGeometry as SharedGeometry, MarsTexture as Texture, TextureLoadAction, TextureSourceType, TextureStoreAction, constants, getDefaultGPUCapability, getDefaultTextureFactory, setDefaultTextureFactory };
5712
5711
  //# sourceMappingURL=index.mjs.map