nx_fbx_probe.nx
buildroot/runtime/nx_fbx_probe.nx
about
nx_fbx_probe.nx -- read a binary FBX and report what actually came out.
Probe BEFORE wiring: a reader that returns rc=0 over an empty buffer has already happened twice
in this lane (jpeg_ascii decode, the smooth<2 vertex-colour discard), so the counts and the
coordinate BOUNDS are printed rather than assumed. Bounds are the real tell -- a mis-parsed f64
yields counts that look plausible and coordinates that are absurd.
usage: nx_fbx_probe <file.fbx>
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_fbx_import.nxnx_fbx_bind.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
| 11 | func fp_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 12 | func fp_putn(v: i64) -> i64 |
| 26 | func fp_scene_property_size(b: *u8,p: i64,end: i64) -> i64 |
| 38 | func fp_scene_string_is(b: *u8,p: i64,end: i64,s: *u8) -> i64 |
| 45 | func fp_scene_properties(b: *u8,p0: i64,end: i64,count: i64) -> i64 called by 1: fp_scene_walk calls 6: fp_scene_property_sizefp_putsfp_putnfbxc_i64lefbxc_f64_fxfbxc_i32 |
| 74 | func fp_scene_walk(b: *u8,n: i64,start: i64,end: i64,big: i64,mesh: i64,depth: i64,st: *i64) -> i64 |
| 125 | func fp_scene(path: *u8,budgetstr: *u8) -> i64 |
| 155 | func fp_bind_composed(s: *FbxBindScene) -> i64 |
| 246 | func fp_bind_math_check() -> i64 |
| 283 | func fp_bind_vertices(path: *u8,s: *FbxBindScene) -> i64 |
| 355 | func fp_bind(path: *u8) -> i64 |
| 393 | func main(argc: i64, argv: *i64) -> i64 |