summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Desktop OpenGL crash(es) fixedTomi Korpipää2013-03-151-17/+16
| | | | .gitignore added
* ANGLE fixesTomi Korpipää2013-03-152-6/+7
| | | | ..but causes crash on desktop opengl
* Fixed lighting problems by moving all objects to positive z axisTomi Korpipää2013-03-154-15/+21
|
* Linux compilation fix for barchart exampleTomi Korpipää2013-03-152-4/+4
| | | | Tweaks
* Fixed linux compilation problemTomi Korpipää2013-03-156-24/+37
| | | | "Fixed" shader problem on negative z positions (still does not work properly)
* Crash fixTomi Korpipää2013-03-152-2/+9
| | | | If client called setBarType before opengl was initialized, an assert occurred
* Implemented bar selection and highlightingTomi Korpipää2013-03-159-6693/+220
| | | | | Implemented highlighting on selected bar's row and column Note: There's still a problem with lights and colors from center row backwards (not due to selection)
* Added initial version of bar selectionTomi Korpipää2013-03-135-3/+216
|
* Data set size check added.Tomi Korpipää2013-03-121-3/+11
| | | | Fixed a bug.
* Added a separate shader for backgroundTomi Korpipää2013-03-125-70/+171
| | | | | Added api call for setting color scheme Added api call to set whole data set at once
* Setting camera position added to bars apiTomi Korpipää2013-03-115-9/+69
| | | | Added another fragment shader
* Initial version of spectrum analyzer example with 3d barsTomi Korpipää2013-03-081-3/+1
|
* Adjust background rotation based on view matrix rotationTomi Korpipää2013-03-081-6/+21
|
* Initial version of QtDataVis3DTomi Korpipää2013-03-0740-0/+11016
Includes: - initial version of q3dbars - an example using it