An array with the geometry's vertices.
The geometry's vertices are stored as p5.Vector objects in the myGeometry.vertices
array. The geometry's first vertex is the p5.Vector object at myGeometry.vertices[0]
, its second vertex is myGeometry.vertices[1]
, its third vertex is myGeometry.vertices[2]
, and so on.
예제
Notice any errors or typos? Please let us know. Please feel free to edit src/webgl/p5.Geometry.js and open a pull request!