| 350 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_get_name (IntPtr model, int subset); |
| 351 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_get_material (IntPtr model, int subset); |
| 352 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_get_mesh (IntPtr model, int subset); |
| 353 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix model_get_transform (IntPtr model, int subset); |
| 354 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_material (IntPtr model, int subset, IntPtr material); |
| 355 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_mesh (IntPtr model, int subset, IntPtr mesh); |