#include <MRSurfacePointPicker.h>
Public Types | |
| enum class | PointSizeType { PointSizeType::Metrical , PointSizeType::Pixel } |
Public Attributes | |
| PositionType | positionType { PositionType::Faces } |
| type of point positioning, look at PositionType comments for more info | |
| Color | baseColor { Color::gray() } |
| basic color of control sphere | |
| Color | hoveredColor { Color::red() } |
| color of control sphere when it is hovered by mouse | |
| Color | activeColor { { Color::red() } } |
| color of control sphere when it is in move | |
| PointSizeType | radiusSizeType { PointSizeType::Pixel } |
| how to set the size of the dots in mm or in pixels. | |
| float | radius { 0.0f } |
| int | customModifiers = 0 |
| bool | pickInBackFaceObject = true |
| pick_render_object parameters. Allow to use object in which pick exactly fell, instead of closer object in pick radius. | |