VertexWriter

typealias VertexWriter = (position: Vector3, normal: Vector3, texCoord: Vector2) -> Unit(source)

Vertex writer function interface