Today, I followed the tutorial online, and finished the rounded mesh.
Some lessons learnt.
- Setting vertices to the mesh means transfer from the RAM of CPU to the RAM of GPU. Though C# treat variables as reference, but it’s neccessary to assign the vertices to the mesh after every edit process.