@luminocity/lemonate-engine 26.6.3 → 26.6.4
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/lemonate.es.js +4 -4
- package/dist/lemonate.js +4 -4
- package/dist/lemonate.min.js +2 -2
- package/dist/lemonate.umd.js +4 -4
- package/dist/player.zip +0 -0
- package/package.json +1 -1
package/dist/lemonate.umd.js
CHANGED
|
@@ -11463,7 +11463,7 @@
|
|
|
11463
11463
|
}
|
|
11464
11464
|
}
|
|
11465
11465
|
|
|
11466
|
-
var engine$1 = "26.6.
|
|
11466
|
+
var engine$1 = "26.6.4";
|
|
11467
11467
|
var bullet = "3.26";
|
|
11468
11468
|
var lua = "5.4.3";
|
|
11469
11469
|
var packageVersionInfo = {
|
|
@@ -68147,7 +68147,7 @@
|
|
|
68147
68147
|
// ----------------------------------------------------------------------------------
|
|
68148
68148
|
if (!renderPassInfo.playerIsPaused) {
|
|
68149
68149
|
if (doPhysics) {
|
|
68150
|
-
this.engine.profiler.
|
|
68150
|
+
await this.engine.profiler.measureAsync("Physics", "processUpdate", async () => {
|
|
68151
68151
|
this.engine.physics.processPhysicsUpdate();
|
|
68152
68152
|
});
|
|
68153
68153
|
}
|
|
@@ -68197,7 +68197,7 @@
|
|
|
68197
68197
|
// Animate scene
|
|
68198
68198
|
// ----------------------------------------------------------------------------------
|
|
68199
68199
|
if (!renderPassInfo.playerIsPaused) {
|
|
68200
|
-
this.engine.profiler.
|
|
68200
|
+
await this.engine.profiler.measureAsync("RenderView", "animate", async () => {
|
|
68201
68201
|
this._animate(sceneGraphCollection, renderPassInfo.deltaPlayerTimeMs);
|
|
68202
68202
|
});
|
|
68203
68203
|
}
|
|
@@ -70688,7 +70688,7 @@
|
|
|
70688
70688
|
}
|
|
70689
70689
|
renderParticleSystems(renderPassInfo) {
|
|
70690
70690
|
if (this.particleSystems && !renderPassInfo.playerIsPaused) {
|
|
70691
|
-
this.engine.profiler.measure("Particles", "render",
|
|
70691
|
+
this.engine.profiler.measure("Particles", "render", () => {
|
|
70692
70692
|
this.particleSystems.forEach(system => {
|
|
70693
70693
|
system.setSize(renderPassInfo.resolution.x, renderPassInfo.resolution.y);
|
|
70694
70694
|
// in the testing environment a time provider has been set.
|
package/dist/player.zip
CHANGED
|
Binary file
|