pub fn add_circle(position: Vector3, radius: f32)
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.