So where exactly is it more powerful?
You can load a pre-made model into Unity as well and manipulate its vertices.
You get a list of vertices with following command:

Code:
Mesh mesh = GetComponent<MeshFilter>().mesh;
Vector3[] vertices = mesh.vertices;



You can use mesh.vertices to read OR to store vertices.


My Blog

"Tag und Nacht schrei ich mich heiser,
Wind weht alle Worte fort,
Tag und Nacht schrei ich mein Krähenwort!"

Subway To Sally - Krähenkönig