I want to make the mesh representing the height of the model to always face the camera whenever user rotates the model.
I have tried using mesh.billboardMode = 7 but it shifts the mesh to the bottom of the model for some unknown reason. Any help from @sebavan and @Evgeni_Popov would be really appreciated.
Facing the same issue as @Manii_Pindi here. It seems that if I create a text label that I wish for it to be next to a mesh, and set BILLBOARDMODE_ALL, rotating my camera around the mesh makes the text “move”… Is there a way to fix the position so that regardless of rotation, I always see the text label next to my mesh in the correct “readable” orientation?