MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_draw_sphere

Function bloom_draw_sphere

native/ios/src/lib.rs:1075–1077  ·  view source on GitHub ↗
(cx: f64, cy: f64, cz: f64, radius: f64, r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

1073
1074#[no_mangle]
1075pub extern "C" fn bloom_draw_sphere(cx: f64, cy: f64, cz: f64, radius: f64, r: f64, g: f64, b: f64, a: f64) {
1076 engine().renderer.draw_sphere(cx, cy, cz, radius, r, g, b, a);
1077}
1078
1079#[no_mangle]
1080pub extern "C" fn bloom_draw_sphere_wires(cx: f64, cy: f64, cz: f64, radius: f64, r: f64, g: f64, b: f64, a: f64) {

Callers 1

drawSphereFunction · 0.50

Calls 2

draw_sphereMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected