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