addVertex

fun addVertex(vertexPos: Vec3): MeshDataBuilder

Adds another vertex position to the mesh.

fun addVertex(coordinates: List<Float>): MeshDataBuilder

Adds another vertex position to the mesh.