src/gl/common.h

changeset 39
caac957e9834
parent 37
90443fb328ea
child 40
30cb5e836736
equal deleted inserted replaced
38:bb60dda3093f 39:caac957e9834
148 Normal = 0, 148 Normal = 0,
149 BfcGreen = 1, 149 BfcGreen = 1,
150 BfcRed = 2, 150 BfcRed = 2,
151 RandomColors = 3, 151 RandomColors = 3,
152 }; 152 };
153
154 // User options for rendering
155 struct RenderPreferences
156 {
157 gl::RenderStyle style = gl::RenderStyle::Normal;
158 QColor mainColor{255, 255, 64};
159 float lineThickness = 2.0f;
160 };
153 } 161 }

mercurial