20 #include <gz/math/Color.hh>
21 #include <gz/utils/ImplPtr.hh>
32 inline namespace SDF_VERSION_NAMESPACE {
57 public: gz::math::Color Ambient()
const;
61 public:
void SetAmbient(
const gz::math::Color &_ambient);
65 public: gz::math::Color Background()
const;
69 public:
void SetBackground(
const gz::math::Color &_background);
73 public:
bool Grid()
const;
77 public:
void SetGrid(
const bool _enabled);
81 public:
bool OriginVisual()
const;
85 public:
void SetOriginVisual(
const bool _enabled);
89 public:
bool Shadows()
const;
93 public:
void SetShadows(
const bool _shadows);
97 public:
void SetSky(
const Sky &_sky);
125 GZ_UTILS_IMPL_PTR(dataPtr)