Function cgl_rs::graphics::widgets::add_vertex_p3f
source · 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
- Af32
representing the x-coordinate of the position of the vertex.y
- Af32
representing the y-coordinate of the position of the vertex.z
- Af32
representing the z-coordinate of the position of the vertex.