| 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); |
| 364 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Bounds model_get_bounds (IntPtr model); |
| 365 | [return: MarshalAs(UnmanagedType.Bool)] |
| 366 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_ray_intersect (IntPtr model, Ray model_space_ray, out Ray out_pt, Cull cull_mode); |