pub fn add_vertex_p3f(x: f32, y: f32, z: f32)
Expand description

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

Arguments

  • x - A f32 representing the x-coordinate of the position of the vertex.
  • y - A f32 representing the y-coordinate of the position of the vertex.
  • z - A f32 representing the z-coordinate of the position of the vertex.