Antkeeper
0.0.1
|
#include <picking-component.hpp>
Public Attributes | |
geom::sphere< float > | sphere |
Picking sphere. More... | |
std::uint32_t | flags |
Picking flags. More... | |
Definition at line 27 of file picking-component.hpp.
std::uint32_t picking_component::flags |
Picking flags.
Definition at line 33 of file picking-component.hpp.
geom::sphere<float> picking_component::sphere |
Picking sphere.
Definition at line 30 of file picking-component.hpp.