#define MRMESH_API
Definition MRMeshFwd.h:80
Mesh makeOpenCylinder(float radius=1, float z1=-1, float z2=1, int numCircleSegments=16)
A hollow cylinder.
Mesh makeCone(float radius0=0.1f, float length=1.0f, int resolution=32)
Makes cone mesh by calling makeCylinderAdvanced with the top radius 0.
Mesh makeOpenCone(float radius=1, float zApex=0, float zBase=1, int numCircleSegments=16)
A hollow cone.
Mesh makeCylinderAdvanced(float radius0=0.1f, float radius1=0.1f, float start_angle=0.0f, float arc_size=2.0f *PI_F, float length=1.0f, int resolution=16)
Mesh makeCylinder(float radius=0.1f, float length=1.0f, int resolution=16)
Z-looking.
length
Definition MRObjectDimensionsEnum.h:17
only for bindings generation
Definition MRCameraOrientationPlugin.h:8