#include "instanceselectionmode.hpp"
CSVRender::InstanceSelectionMode::InstanceSelectionMode (CSVWidget::SceneToolbar *parent)
: CSVWidget::SceneToolMode (parent, "Selection Mode")
{
addButton (":placeholder", "cube-centre",
"Centred cube"
"
- Drag with primary (make instances the selection) or secondary (invert selection state) select button from the centre of the selection cube outwards
"
"- The selection cube is aligned to the word space axis
"
"- If context selection mode is enabled, a drag with primary/secondary edit not starting on an instance will have the same effect
"
"
"
"Not implemented yet");
addButton (":placeholder", "cube-corner",
"Cube corner to corner"
"- Drag with primary (make instances the selection) or secondary (invert selection state) select button from one corner of the selection cube to the opposite corner
"
"- The selection cube is aligned to the word space axis
"
"- If context selection mode is enabled, a drag with primary/secondary edit not starting on an instance will have the same effect
"
"
"
"Not implemented yet");
addButton (":placeholder", "sphere",
"Centred sphere"
"- Drag with primary (make instances the selection) or secondary (invert selection state) select button from the centre of the selection sphere outwards
"
"- If context selection mode is enabled, a drag with primary/secondary edit not starting on an instance will have the same effect
"
"
"
"Not implemented yet");
}