Function cgl_rs::graphics::widgets::add_circler
source · pub fn add_circler(position: Vector3, radius: f32, res: i32)
Expand description
Adds a circle to the current frame.
Arguments
position
- AVector3
representing the position of the center of the circle.radius
- Af32
representing the radius of the circle.res
- Ani32
representing the number of segments used to approximate the circle.