glimpse-graphics
2.0.0-alpha.3
common
glimpse-core
/
graphics.glimpse.meshes
/
MeshDataBuilder
/
addVertex
add
Vertex
fun
addVertex
(
vertexPos
:
Vec3
<
Float
>
)
:
MeshDataBuilder
Adds another
vertex position
to the mesh.
fun
addVertex
(
coordinates
:
List
<
Float
>
)
:
MeshDataBuilder
Adds another vertex position to the mesh.