Is it possible to pick a point on the `thin instance`?

Hello everyone

I want to know is it possible to pick a point on the thin instance?
I think mesh.isPickable = true does not work on the thin instance.

here is my PG: https://playground.babylonjs.com/#V1JE4Z#29

It should work, see this PG:

https://www.babylonjs-playground.com/#RC2IAH#1

You need to enable thin instance picking through the thinInstanceEnablePicking property.

1 Like

Hi @Evgeni_Popov

Yes it works :slightly_smiling_face:, Thanks a lot for your helping. :pray: :pray: :pray: