#include "MRMeshFwd.h"
Go to the source code of this file.
Classes | |
struct | MRSphereParams |
parameters for mrMakeSphere More... | |
struct | MRMakeUVSphereParameters |
parameters for mrMakeUVSphere More... | |
Typedefs | |
typedef MR_EXTERN_C_BEGIN struct MRSphereParams | MRSphereParams |
parameters for mrMakeSphere | |
typedef struct MRMakeUVSphereParameters | MRMakeUVSphereParameters |
parameters for mrMakeUVSphere | |
Functions | |
MRMESHC_API MRSphereParams | mrSphereParamsNew (void) |
initializes a default instance | |
MRMESHC_API MRMesh * | mrMakeSphere (const MRSphereParams *params) |
creates a mesh of sphere with irregular triangulation | |
MRMESHC_API MRMakeUVSphereParameters | mrMakeUvSphereParametersNew (void) |
initializes a default instance | |
MRMESHC_API MRMesh * | mrMakeUVSphere (const MRMakeUVSphereParameters *params) |
creates a mesh of sphere with regular triangulation (parallels and meridians) | |
typedef struct MRMakeUVSphereParameters MRMakeUVSphereParameters |
parameters for mrMakeUVSphere
typedef MR_EXTERN_C_BEGIN struct MRSphereParams MRSphereParams |
parameters for mrMakeSphere
MRMESHC_API MRMesh * mrMakeSphere | ( | const MRSphereParams * | params | ) |
creates a mesh of sphere with irregular triangulation
MRMESHC_API MRMesh * mrMakeUVSphere | ( | const MRMakeUVSphereParameters * | params | ) |
creates a mesh of sphere with regular triangulation (parallels and meridians)
MRMESHC_API MRMakeUVSphereParameters mrMakeUvSphereParametersNew | ( | void | ) |
initializes a default instance
MRMESHC_API MRSphereParams mrSphereParamsNew | ( | void | ) |
initializes a default instance