No more vertices in r162

Geometry and related properties were removed in r125. The only way of accessing / creating / updating vertices of a geometry since then is by using BufferGeometry.attribute (vertices are stored in the position attribute.)

You can find a little snippet of code on how to access / set the vertices at the top of that docs page linked above.

1 Like