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

Function bloom_gen_mesh_cube

native/linux/src/lib.rs:1169–1171  ·  view source on GitHub ↗
(w: f64, h: f64, d: f64)

Source from the content-addressed store, hash-verified

1167
1168#[no_mangle]
1169pub extern "C" fn bloom_gen_mesh_cube(w: f64, h: f64, d: f64) -> f64 {
1170 engine().models.gen_mesh_cube(w as f32, h as f32, d as f32)
1171}
1172
1173#[no_mangle]
1174pub 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