Does godot have such a feature, I haven't found an answer in a long time by google. My scenario is that I make some rotation of the MeshInstance Node and want to change the center of the mesh. The scenario I came up with was to regenerate mesh at runtime by applying these transformations.
I can determine the new center point and mesh rotation, but I don’t know how to regenerate the mesh at runtime
Thanks for any reply