Hi there. I’m trying to use Pointer events to grab an object in WebXR. I’m trying the code below, and the issue I’m seeing is that the originMesh is never anything besides ‘null’. Even if I were trying event.pointerId, it doesn’t match the controller’s id. an event’s pointerId would be something li…