stbvox_get_input_description function
- @Native<Pointer<
stbvox_input_description> Function(Pointer<stbvox_mesh_maker> mm)>(ffi.Pointer<stbvox_mesh_maker>)>()
Selects which mesh the mesher will output to (see previous function) if the input doesn't specify a per-voxel selector. (I doubt this is useful, but it's here just in case.)
Implementation
@ffi.Native<
ffi.Pointer<stbvox_input_description> Function(ffi.Pointer<stbvox_mesh_maker>)
>()
external ffi.Pointer<stbvox_input_description> stbvox_get_input_description(
ffi.Pointer<stbvox_mesh_maker> mm,
);