Makie - Is there a way to draw text on the surface of a mesh?

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?

Are you saying as if it was a texture? You’d have to roundtrip through an actual texture then, but this could also be done with Makie’s own tools.