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

Function bloom_gen_mesh_cube

native/windows/src/lib.rs:1029–1031  ·  view source on GitHub ↗
(w: f64, h: f64, d: f64)

Source from the content-addressed store, hash-verified

1027
1028#[no_mangle]
1029pub extern "C" fn bloom_gen_mesh_cube(w: f64, h: f64, d: f64) -> f64 {
1030 engine().models.gen_mesh_cube(w as f32, h as f32, d as f32)
1031}
1032
1033#[no_mangle]
1034pub 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