#include <drake/geometry/render_vtk/render_engine_vtk_params.h>
Public Member Functions | |
template<typename Archive > | |
void | Serialize (Archive *a) |
Passes this object to an Archive. More... | |
Public Attributes | |
bool | skybox {true} |
If true, the environment map will be rendered in a sky box. More... | |
std::variant< NullTexture, EquirectangularMap > | texture |
The texture to use for the environment map. More... | |
void Serialize | ( | Archive * | a | ) |
Passes this object to an Archive.
Refer to YAML Serialization for background.
bool skybox {true} |
If true, the environment map will be rendered in a sky box.
If false, it won't be visible in the background, but it will illuminate objects.
std::variant<NullTexture, EquirectangularMap> texture |
The texture to use for the environment map.
If none is defined, there is no environment map.
In yaml, this must be spelled out with the type tag. E.g.,