|
@@ -17137,7 +17137,7 @@ var BABYLON;
|
|
_this._startingPointerTime = new Date().getTime();
|
|
_this._startingPointerTime = new Date().getTime();
|
|
if (!_this.pointerDownPredicate) {
|
|
if (!_this.pointerDownPredicate) {
|
|
_this.pointerDownPredicate = function (mesh) {
|
|
_this.pointerDownPredicate = function (mesh) {
|
|
- return mesh.isPickable && mesh.isVisible && mesh.isReady() && (!mesh.actionManager || mesh.actionManager.hasPointerTriggers);
|
|
|
|
|
|
+ return mesh.isPickable && mesh.isVisible && mesh.isReady();
|
|
};
|
|
};
|
|
}
|
|
}
|
|
// Meshes
|
|
// Meshes
|
|
@@ -17227,7 +17227,7 @@ var BABYLON;
|
|
}
|
|
}
|
|
if (!_this.pointerUpPredicate) {
|
|
if (!_this.pointerUpPredicate) {
|
|
_this.pointerUpPredicate = function (mesh) {
|
|
_this.pointerUpPredicate = function (mesh) {
|
|
- return mesh.isPickable && mesh.isVisible && mesh.isReady() && (!mesh.actionManager || (mesh.actionManager.hasPickTriggers || mesh.actionManager.hasSpecificTrigger(BABYLON.ActionManager.OnLongPressTrigger)));
|
|
|
|
|
|
+ return mesh.isPickable && mesh.isVisible && mesh.isReady();
|
|
};
|
|
};
|
|
}
|
|
}
|
|
// Meshes
|
|
// Meshes
|
|
@@ -51449,7 +51449,7 @@ var BABYLON;
|
|
})(Internals = BABYLON.Internals || (BABYLON.Internals = {}));
|
|
})(Internals = BABYLON.Internals || (BABYLON.Internals = {}));
|
|
})(BABYLON || (BABYLON = {}));
|
|
})(BABYLON || (BABYLON = {}));
|
|
|
|
|
|
-//# sourceMappingURL=../../Tools/HDR/babylon.tools.pmremGenerator.js.map
|
|
|
|
|
|
+//# sourceMappingURL=../../Tools/HDR/babylon.tools.pmremgenerator.js.map
|
|
|
|
|
|
|
|
|
|
|
|
|