Hi,
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)