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

Function bloom_gen_mesh_cube

native/web/src/lib.rs:806–808  ·  view source on GitHub ↗
(w: f64, h: f64, d: f64)

Source from the content-addressed store, hash-verified

804
805#[wasm_bindgen]
806pub fn bloom_gen_mesh_cube(w: f64, h: f64, d: f64) -> f64 {
807 engine().models.gen_mesh_cube(w as f32, h as f32, d as f32)
808}
809
810#[wasm_bindgen]
811pub fn bloom_gen_mesh_heightmap(image_handle: f64, size_x: f64, size_y: f64, size_z: f64) -> f64 {

Callers

nothing calls this directly

Calls 2

gen_mesh_cubeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected