| 358 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_add_subset (IntPtr model, IntPtr mesh, IntPtr material, in Matrix transform); |
| 359 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_add_named_subset (IntPtr model, string name, IntPtr mesh, IntPtr material, in Matrix transform); |
| 360 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_subset_count (IntPtr model); |
| 361 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_recalculate_bounds(IntPtr model); |
| 362 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_recalculate_bounds_exact(IntPtr model); |
| 363 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_bounds (IntPtr model, in Bounds bounds); |