nx_slice_layer_probe.nx
buildroot/runtime/nx_slice_layer_probe.nx
about
nx_slice_layer_probe.nx -- DIAGNOSTIC: slice ONE layer of the pyramid and dump
segment soup + contour result, to see exactly where contour assembly breaks.
Always exits 0.
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_mesh.nxnx_mesh_edit.nxnx_mesh_sculpt.nxnx_bvh.nxnx_slice_plane.nxnx_slice_contour.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 13 | func w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func wn(v: i64) -> i64 |
| 24 | func dump_bvh(bvh: *NxBvh) -> i64 |
| 40 | func dump_layer(model: *NxMesh, plane_z: i64) -> i64 |
| 58 | func main() -> i64 |