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

Function bloom_gen_mesh_cube

native/ios/src/lib.rs:1208–1210  ·  view source on GitHub ↗
(w: f64, h: f64, d: f64)

Source from the content-addressed store, hash-verified

1206
1207#[no_mangle]
1208pub extern "C" fn bloom_gen_mesh_cube(w: f64, h: f64, d: f64) -> f64 {
1209 engine().models.gen_mesh_cube(w as f32, h as f32, d as f32)
1210}
1211
1212#[no_mangle]
1213pub extern "C" fn bloom_gen_mesh_heightmap(image_handle: f64, size_x: f64, size_y: f64, size_z: f64) -> f64 {

Callers 1

genMeshCubeFunction · 0.50

Calls 2

gen_mesh_cubeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected