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

Function bloom_gen_mesh_cube

native/macos/src/lib.rs:1512–1514  ·  view source on GitHub ↗
(w: f64, h: f64, d: f64)

Source from the content-addressed store, hash-verified

1510
1511#[no_mangle]
1512pub extern "C" fn bloom_gen_mesh_cube(w: f64, h: f64, d: f64) -> f64 {
1513 engine().models.gen_mesh_cube(w as f32, h as f32, d as f32)
1514}
1515
1516#[no_mangle]
1517pub extern "C" 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