New graph in place

Also:
- Data from Spacebrew publishers now utilised in bar graph
- Added raage slider to adjust graph width - it now starts just before
the HUD graphic hole and ends about 80% of screen length.
- Graph height now adjustable - these are the values
This commit is contained in:
James Alliban
2014-01-09 17:07:26 +00:00
parent e2523e0b72
commit 6d50b2efae
49 changed files with 456 additions and 94 deletions
+2
View File
@@ -111,6 +111,7 @@
<ClCompile Include="..\..\..\addons\ofxSpacebrew\src\ofxSpacebrew.cpp" />
<ClCompile Include="src\visual\graph\AbstractGraph.cpp" />
<ClCompile Include="src\visual\graph\BarGraph.cpp" />
<ClCompile Include="src\visual\graph\BodyGraph.cpp" />
<ClCompile Include="src\visual\Scene.cpp" />
</ItemGroup>
<ItemGroup>
@@ -188,6 +189,7 @@
<ClInclude Include="..\..\..\addons\ofxSpacebrew\src\ofxSpacebrew.h" />
<ClInclude Include="src\visual\graph\AbstractGraph.h" />
<ClInclude Include="src\visual\graph\BarGraph.h" />
<ClInclude Include="src\visual\graph\BodyGraph.h" />
<ClInclude Include="src\visual\Scene.h" />
</ItemGroup>
<ItemGroup>