summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine/scatter3drenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* New 3D scene for lights and camera setup for input handlers.Keränen Pasi2013-09-101-44/+55
* Scatter data outside area -issue fixTomi Korpipää2013-09-091-8/+7
* Fixing more Valgrind found problemsHeikkinen Miikka2013-09-051-19/+2
* Fixed grid line shader issue Tomi Korpipää2013-09-041-60/+61
* Rename axes to avoid conflicts with ChartsMiikka Heikkinen2013-09-041-1/+1
* Removed the unused renderer pointer from render itemsMiikka Heikkinen2013-09-041-4/+0
* Remove mapsMiikka Heikkinen2013-09-041-42/+0
* Fixed issues from Improve examples taskTomi Korpipää2013-09-031-1/+1
* Fixed general issues from Improve examples task Tomi Korpipää2013-09-021-6/+17
* Option for softer shadows addedTomi Korpipää2013-09-021-5/+36
* Make axes ownership more usefulMiikka Heikkinen2013-08-291-3/+12
* Added vertical grid lines to scatterTomi Korpipää2013-08-271-48/+145
* Limit scatter dot drawing to axis ranges Tomi Korpipää2013-08-271-5/+13
* Auto-adjusting shadow quality fixed Tomi Korpipää2013-08-271-1/+3
* Add selection signaling for scatterMiikka Heikkinen2013-08-271-95/+60
* Renderer cleanup Tomi Korpipää2013-08-261-22/+0
* Fixed label drawing order issue Tomi Korpipää2013-08-221-123/+110
* Flipped scatter z-axis drawing Tomi Korpipää2013-08-221-6/+4
* Android fix Tomi Korpipää2013-08-211-1/+1
* Android and mingw compilation fixes Tomi Korpipää2013-08-211-2/+2
* Implement selection label formattingMiikka Heikkinen2013-08-211-19/+36
* Doc update: q3dscatterTomi Korpipää2013-08-201-1/+1
* Q3DScatter bug fix Tomi Korpipää2013-08-201-6/+0
* Cleanup of renderer base and subclasses.Keränen Pasi2013-08-191-51/+4
* Cleaning up renderer baseclass-subclass division.Keränen Pasi2013-08-161-10/+2
* Removed duplicate codeTomi Korpipää2013-08-161-34/+4
* Fixed zoomlevel cachingMiikka Heikkinen2013-08-161-7/+0
* High aspect-ratio shadows fix Tomi Korpipää2013-08-151-6/+8
* Moved functions from specific controllers to abstract controllerTomi Korpipää2013-08-151-21/+6
* Rearchitecting to ensure we transfer the data model to renderer in correct st...Keränen Pasi2013-08-151-69/+31
* Enums moved to a class to be usable from QML and C++Tomi Korpipää2013-08-141-26/+26
* Add missing methods to scatter proxy apiMiikka Heikkinen2013-08-141-2/+0
* Refactoring function and enum namesTomi Korpipää2013-08-131-5/+5
* Copyright headers updated Tomi Korpipää2013-08-131-31/+8
* Q3DScatter: Implemented viewing scatter chart from below Tomi Korpipää2013-08-121-10/+57
* Q3DScatter: Fixed uniform scaling Tomi Korpipää2013-08-121-35/+50
* Q3DScatter: Axes taken into use for lines and labelsTomi Korpipää2013-08-091-375/+384
* Changed "tick" to "segment"Miikka Heikkinen2013-08-091-21/+21
* Value axis labels support for barchartMiikka Heikkinen2013-08-091-1/+1
* Q3DScatter: Autoscaling finished Tomi Korpipää2013-08-081-14/+91
* Q3DScatter: Refactoring Tomi Korpipää2013-08-081-40/+16
* DeclarativeScatter example added Tomi Korpipää2013-08-081-58/+63
* DeclarativeScatter: First draftTomi Korpipää2013-08-071-0/+2
* Fix for shadow angling bug Tomi Korpipää2013-08-071-9/+16
* Fix handleResize to use abstract versionMiikka Heikkinen2013-08-071-16/+1
* Implement axis caching to renderer.Miikka Heikkinen2013-08-071-166/+36
* Q3DScatter: Removed obsolete variables Tomi Korpipää2013-08-061-86/+79
* Q3DScatter: Axis label drawing addedTomi Korpipää2013-08-061-68/+118
* Q3DScatter: scatterposition to QVector3DTomi Korpipää2013-08-051-89/+65
* Q3DScatter: Scene drawing works Tomi Korpipää2013-08-051-106/+176