| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/scenepicker.h>
Public Member Functions | |
| PickResult (unsigned id, Vector &position, bool hit, InputEvent::Button but, InputEvent::Modifier mod) | |
| PickResult () | |
Public Attributes | |
| unsigned int | id |
| Vector | position |
| bool | hit |
| InputEvent::Modifier | mod |
| InputEvent::Button | button |
| VRS::ScenePicker::PickResult::PickResult | ( | unsigned | id, | |
| Vector & | position, | |||
| bool | hit, | |||
| InputEvent::Button | but, | |||
| InputEvent::Modifier | mod | |||
| ) | [inline] |
| VRS::ScenePicker::PickResult::PickResult | ( | ) | [inline] |
| unsigned int VRS::ScenePicker::PickResult::id |