Unable to get OnPointerEnter and OnPoniterLeave events when hover over on dae model

Hi, :wave:

We are loading dae file using ColladaLoader. After loading file, we are rendering using primitive. we also provided onPointerEnter and OnPointerLeave events. But we are not receiving an event callback for this attached dae model. On the top portion of model, we don’t receive and on the bottom portion of the model we receive callbacks.
<primitive
onPointerLeave={() => {

  }}
  onPointerEnter={() => {
   
  }}>

Please refer to attached dae model.
stormtrooper.zip (369.3 KB)

needs a codesandbox. most likely something in front of the canvas is swallowing events.