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

Function bloom_draw_grid

native/web/src/lib.rs:537–539  ·  view source on GitHub ↗
(slices: f64, spacing: f64)

Source from the content-addressed store, hash-verified

535
536#[wasm_bindgen]
537pub fn bloom_draw_grid(slices: f64, spacing: f64) {
538 engine().renderer.draw_grid(slices as i32, spacing);
539}
540
541#[wasm_bindgen]
542pub fn bloom_draw_ray(origin_x: f64, origin_y: f64, origin_z: f64, dir_x: f64, dir_y: f64, dir_z: f64, r: f64, g: f64, b: f64, a: f64) {

Callers

nothing calls this directly

Calls 2

draw_gridMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected