pub fn add_vertex_p(position: Vector3)
Expand description

Adds a vertex with the given position to the current batch.

Arguments

  • position - A Vector3 representing the position of the vertex.