I have an application where I would like to have my Sofa model and Person model (dae format) highlighted when the mouse is over them. I would like the highlighting be the display of a half opacity bounding box of the model just like the picture shows. 
   
   
I have a strange problem getting an event notification from MouseEnter and MouseLeave events.
When I carefully move the mouse over the model, the mouseEnter event triggers and bounding box shows up,
but when I start to move the mouse pointer around the model (still on the model), the mouseLeave event triggers and bounding box disappear. And it happened repeatedly, mouseEnter and mouseLeave, mouseEnter and mouseLeave. And the bounding box just blink as the mouse moves on the model.
Since the model is very complex, I use the root group (Model3DGroup) as the event's source.
Any help will be great, thanks a lot.
 
	
	
	
	
I have a strange problem getting an event notification from MouseEnter and MouseLeave events.
When I carefully move the mouse over the model, the mouseEnter event triggers and bounding box shows up,
but when I start to move the mouse pointer around the model (still on the model), the mouseLeave event triggers and bounding box disappear. And it happened repeatedly, mouseEnter and mouseLeave, mouseEnter and mouseLeave. And the bounding box just blink as the mouse moves on the model.
Since the model is very complex, I use the root group (Model3DGroup) as the event's source.
Any help will be great, thanks a lot.

