addTextureCoordinates

fun addTextureCoordinates(coordinates: Vec2): MeshDataBuilder

Adds another texture coordinates to the mesh.

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

Adds another texture coordinates to the mesh.