RenderTypes.hh File Reference
#include <memory>
#include <gz/rendering/config.hh>
Go to the source code of this file.
Namespaces | |
namespace | gz |
namespace | gz::rendering |
Rendering classes and function useful in robot applications. | |
Macros | |
#define | GZ_VISIBILITY_ALL 0x0FFFFFFF |
Render everything visibility mask. | |
#define | GZ_VISIBILITY_GUI 0x00000001 |
Render GUI visuals mask. | |
#define | GZ_VISIBILITY_SELECTABLE 0x00000002 |
Render visuals that are selectable mask. | |
#define | GZ_VISIBILITY_SELECTION 0x10000000 |
Renders only objects that can be selected. | |
Macro Definition Documentation
◆ GZ_VISIBILITY_ALL
GZ_VISIBILITY_ALL 0x0FFFFFFF |
Render everything visibility mask.
◆ GZ_VISIBILITY_GUI
GZ_VISIBILITY_GUI 0x00000001 |
Render GUI visuals mask.
◆ GZ_VISIBILITY_SELECTABLE
GZ_VISIBILITY_SELECTABLE 0x00000002 |
Render visuals that are selectable mask.
◆ GZ_VISIBILITY_SELECTION
GZ_VISIBILITY_SELECTION 0x10000000 |
Renders only objects that can be selected.