pub fn add_circler(position: Vector3, radius: f32, res: i32)
Expand description

Adds a circle to the current frame.

Arguments

  • position - A Vector3 representing the position of the center of the circle.
  • radius - A f32 representing the radius of the circle.
  • res - An i32 representing the number of segments used to approximate the circle.