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

Function bloom_draw_plane

native/web/src/lib.rs:532–534  ·  view source on GitHub ↗
(cx: f64, cy: f64, cz: f64, w: f64, d: f64, r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

530
531#[wasm_bindgen]
532pub fn bloom_draw_plane(cx: f64, cy: f64, cz: f64, w: f64, d: f64, r: f64, g: f64, b: f64, a: f64) {
533 engine().renderer.draw_plane(cx, cy, cz, w, d, r, g, b, a);
534}
535
536#[wasm_bindgen]
537pub fn bloom_draw_grid(slices: f64, spacing: f64) {

Callers

nothing calls this directly

Calls 2

draw_planeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected