Go to the source code of this file.
Classes | |
| struct | MRMeshLoadObjLoadSettings |
| struct | MRMeshLoadNamedMesh |
Typedefs | |
| typedef MR_EXTERN_C_BEGIN struct MRMeshLoadObjLoadSettings | MRMeshLoadObjLoadSettings |
| typedef struct MRMeshLoadNamedMesh | MRMeshLoadNamedMesh |
| typedef struct MRVectorMeshLoadNamedMesh | MRVectorMeshLoadNamedMesh |
Functions | |
| MRMESHC_API MRMeshLoadObjLoadSettings | mrMeshLoadObjLoadSettingsNew (void) |
| returns a default instance | |
| MRMESHC_API const MRMeshLoadNamedMesh | mrVectorMeshLoadNamedMeshGet (const MRVectorMeshLoadNamedMesh *vector, size_t index) |
| MRMESHC_API size_t | mrVectorMeshLoadNamedMeshSize (const MRVectorMeshLoadNamedMesh *vector) |
| MRMESHC_API void | mrVectorMeshLoadNamedMeshFree (MRVectorMeshLoadNamedMesh *vector) |
| MRMESHC_API MRVectorMeshLoadNamedMesh * | mrMeshLoadFromSceneObjFile (const char *file, bool combineAllObjects, const MRMeshLoadObjLoadSettings *settings, MRString **errorString) |
| loads meshes from .obj file | |
| typedef struct MRMeshLoadNamedMesh MRMeshLoadNamedMesh |
| typedef MR_EXTERN_C_BEGIN struct MRMeshLoadObjLoadSettings MRMeshLoadObjLoadSettings |
| typedef struct MRVectorMeshLoadNamedMesh MRVectorMeshLoadNamedMesh |
| MRMESHC_API MRVectorMeshLoadNamedMesh * mrMeshLoadFromSceneObjFile | ( | const char * | file, |
| bool | combineAllObjects, | ||
| const MRMeshLoadObjLoadSettings * | settings, | ||
| MRString ** | errorString ) |
loads meshes from .obj file
| MRMESHC_API MRMeshLoadObjLoadSettings mrMeshLoadObjLoadSettingsNew | ( | void | ) |
returns a default instance
| MRMESHC_API void mrVectorMeshLoadNamedMeshFree | ( | MRVectorMeshLoadNamedMesh * | vector | ) |
| MRMESHC_API const MRMeshLoadNamedMesh mrVectorMeshLoadNamedMeshGet | ( | const MRVectorMeshLoadNamedMesh * | vector, |
| size_t | index ) |
| MRMESHC_API size_t mrVectorMeshLoadNamedMeshSize | ( | const MRVectorMeshLoadNamedMesh * | vector | ) |