User selects elements of glTF

Hi, I wondered if there is a tutorial or documentation on here for the user to select faces of a glTF model? To get the element to change colour for example. I couldn’t find anything, cheers

Hello you can use scene.pick to pick a specific face and then edit the model to get data from this pick info.

This example shows you (function getIndexToBone) how to get info from a picking:
https://www.babylonjs-playground.com/#BCU1XR#735

1 Like

Excellent, very helpful, thank you