I create mesh by new BABYLON.Mesh(name, scene) and i need to update it's positions.
in the documentation the constructor has no updatable flag, i tried to update the positions by mesh.updateVerticesData but the changes has no effect.
how i could set is updatable ?