Performs an orthoview point selection test top-down (XY view) on the node's world position
| 23 | |
| 24 | // Performs an orthoview point selection test top-down (XY view) on the node's world position |
| 25 | inline void performPointSelectionOnNodePosition(const scene::INodePtr& node, selection::SelectionSystem::EModifier modifier) |
| 26 | { |
| 27 | auto nodePosition = node->worldAABB().getOrigin(); |
| 28 | performPointSelectionOnPosition(nodePosition, modifier); |
| 29 | } |
| 30 | |
| 31 | } // namespace |
| 32 |
no test coverage detected