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
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.
Yes it works , Thanks a lot for your helping.