Just like the question says. If you do
scene.onPointerObservable.add((e) => {
switch (e.type) {
case BABYLON.PointerEventTypes.POINTERMOVE:
console.log(e.pickedInfo)
break;
}
});
No meshes ever come back?