Преглед на файлове

Quick fix for pointerUp

David Catuhe преди 8 години
родител
ревизия
21bcd1cc1c

Файловите разлики са ограничени, защото са твърде много
+ 11256 - 11256
dist/preview release/babylon.d.ts


Файловите разлики са ограничени, защото са твърде много
+ 6 - 6
dist/preview release/babylon.js


+ 1 - 0
dist/preview release/babylon.max.js

@@ -17710,6 +17710,7 @@ var BABYLON;
                     if (!pickResult) {
                         pickResult = this._currentPickResult;
                     }
+                    this._processPointerUp(pickResult, evt, clickInfo);
                     // Sprites
                     if (this.spriteManagers.length > 0) {
                         pickResult = this.pickSprite(this._unTranslatedPointerX, this._unTranslatedPointerY, this._spritePredicate, false, this.cameraToUseForPointers);

Файловите разлики са ограничени, защото са твърде много
+ 11256 - 11256
dist/preview release/babylon.module.d.ts


Файловите разлики са ограничени, защото са твърде много
+ 6 - 6
dist/preview release/babylon.worker.js


Файловите разлики са ограничени, защото са твърде много
+ 1398 - 1398
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.d.ts


Файловите разлики са ограничени, защото са твърде много
+ 6 - 6
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.js


+ 1 - 0
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.max.js

@@ -17710,6 +17710,7 @@ var BABYLON;
                     if (!pickResult) {
                         pickResult = this._currentPickResult;
                     }
+                    this._processPointerUp(pickResult, evt, clickInfo);
                     // Sprites
                     if (this.spriteManagers.length > 0) {
                         pickResult = this.pickSprite(this._unTranslatedPointerX, this._unTranslatedPointerY, this._spritePredicate, false, this.cameraToUseForPointers);

Файловите разлики са ограничени, защото са твърде много
+ 1398 - 1398
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.module.d.ts


+ 2 - 0
src/babylon.scene.ts

@@ -1510,6 +1510,8 @@
                         pickResult = this._currentPickResult;
                     }
 
+                    this._processPointerUp(pickResult, evt, clickInfo);
+
                     // Sprites
                     if (this.spriteManagers.length > 0) {
                         pickResult = this.pickSprite(this._unTranslatedPointerX, this._unTranslatedPointerY, this._spritePredicate, false, this.cameraToUseForPointers);