Function rust_raylib::ffi::DrawSphereEx

source ·
pub unsafe extern "C" fn DrawSphereEx(
    centerPos: Vector3,
    radius: c_float,
    rings: c_int,
    slices: c_int,
    color: Color
)
Expand description

Draw sphere with extended parameters