maliput_viz
|
Holds the mesh, material and visualization status.
#include <src/maliput_viz/plugins/maliput_viewer_model.hh>
Public Attributes | |
bool | visible {false} |
Holds the visualization status. More... | |
bool | enabled {false} |
Holds the mesh status. More... | |
std::unique_ptr< ignition::common::Mesh > | mesh {} |
Holds a pointer to the mesh. More... | |
std::unique_ptr< maliput::utility::Material > | material {} |
Holds a pointer to the material information. More... | |
bool enabled {false} |
Holds the mesh status.
std::unique_ptr<maliput::utility::Material> material {} |
Holds a pointer to the material information.
std::unique_ptr<ignition::common::Mesh> mesh {} |
Holds a pointer to the mesh.
bool visible {false} |
Holds the visualization status.