@predy-js/render-interface 0.1.16 → 0.1.18
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 +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/dist/statistic.js +1 -1
- package/package.json +2 -1
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.18
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
'use strict';
|
|
@@ -4009,7 +4009,6 @@ var MarsRenderPassColorAttachment = /** @class */ (function () {
|
|
|
4009
4009
|
}
|
|
4010
4010
|
this._isDestroyed = false;
|
|
4011
4011
|
this.readable = true;
|
|
4012
|
-
this.multisample = options.multiSample || 1;
|
|
4013
4012
|
}
|
|
4014
4013
|
Object.defineProperty(MarsRenderPassColorAttachment.prototype, "isDestroyed", {
|
|
4015
4014
|
get: function () {
|
|
@@ -4060,7 +4059,6 @@ var MarsRenderPassColorAttachment = /** @class */ (function () {
|
|
|
4060
4059
|
if (this.multisample > 1) {
|
|
4061
4060
|
this.multisample = Math.min(renderer.gpu.capability.maxSample, this.multisample);
|
|
4062
4061
|
}
|
|
4063
|
-
this.texture.internal.multisample = this.multisample;
|
|
4064
4062
|
return this;
|
|
4065
4063
|
};
|
|
4066
4064
|
MarsRenderPassColorAttachment.prototype.destroy = function () {
|
|
@@ -5712,7 +5710,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
|
|
|
5712
5710
|
return MarsSharedGeometry;
|
|
5713
5711
|
}(MarsGeometry));
|
|
5714
5712
|
|
|
5715
|
-
consoleLog('version: ' + "0.1.
|
|
5713
|
+
consoleLog('version: ' + "0.1.18");
|
|
5716
5714
|
|
|
5717
5715
|
exports.Geometry = MarsGeometry;
|
|
5718
5716
|
exports.InstancedMesh = MarsInstancedMesh;
|