Kaydet (Commit) b8dc914c authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

adapt bar size to demo

Change-Id: Id746ce00f9e91397a3edf0b39bf7dbb08ea59885
üst d06ce014
...@@ -97,7 +97,7 @@ void GL3DBarChart::create3DShapes(const boost::ptr_vector<VDataSeries>& rDataSer ...@@ -97,7 +97,7 @@ void GL3DBarChart::create3DShapes(const boost::ptr_vector<VDataSeries>& rDataSer
// guarantee they are positioned correctly. In fact, they are guaranteed // guarantee they are positioned correctly. In fact, they are guaranteed
// to be positioned incorrectly. // to be positioned incorrectly.
const float nBarSizeX = 10.0f; const float nBarSizeX = 5.0f;
const float nBarSizeY = 30.0f; const float nBarSizeY = 30.0f;
const float nBarDistanceX = 5.0f; const float nBarDistanceX = 5.0f;
const float nBarDistanceY = 5.0; const float nBarDistanceY = 5.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment