Function cgl_rs::graphics::widgets::add_vertex_p
source · pub fn add_vertex_p(position: Vector3)
Expand description
Adds a vertex with the given position to the current batch.
Arguments
position
- AVector3
representing the position of the vertex.