Hi,
I am trying to have an imported mesh highligthed on a “mouse over” event.
I’ve been able to have it work with simple created geometry but not with imported mesh.
Here is a working version of highlight/click and drag with simple geometry :
https://www.babylonjs-playground.com/#1KUJ0A#383
Here is the version working (with not working code in comment) :
https://www.babylonjs-playground.com/#12CWQQ#55
Please change #55 to #54 to have the non-working version (new user cannot post more that 2 links…).
I receive the error “cannot read property ‘uniqueid’ of undefined”.
It seems I don’t understand how the context works.