Added viewer background color to preferences

p4#: 21284
This commit is contained in:
Jacob Støren
2013-04-15 13:13:41 +02:00
parent f3386db43a
commit d65ce7957b
3 changed files with 7 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ public: // Pdm Fields
caf::PdmField<bool> defaultGridLines;
caf::PdmField<cvf::Color3f> defaultGridLineColors;
caf::PdmField<cvf::Color3f> defaultFaultGridLineColors;
caf::PdmField<cvf::Color3f> defaultViewerBackgroundColor;
caf::PdmField<bool> useShaders;
caf::PdmField<bool> showHud;