Hello. Is there a way in Makie to draw text on the surface of a mesh?
that is to say if I have
fig = figure()
mesh!(fig[1,1], v, t)
text!(fig[1,1], -0.4, 0.2, 0.4; text = "OK")
is there a way to have the text be placed projected on the mesh surface?