summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/surface3drenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVectorJarek Kobus2020-06-251-4/+4
* Fix hanging at application exitTomi Korpipaa2019-04-291-11/+14
* Use Qt::Alignment instead of the AlignmentFlag enum to represent flagsOlivier Goffart2018-04-101-4/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-2/+6
|\
| * Set clamp to edge wrap modes for surface texturesMika Salmela2017-09-051-2/+6
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-06-141-1/+1
|/
* Enable transparency for wallsMika Salmela2017-03-101-38/+65
* Fix warning about change of signThiago Macieira2016-12-171-1/+1
* Copyright file update to GPLMiikka Heikkinen2016-01-121-9/+17
* Update license headersMiikka Heikkinen2015-10-201-11/+14
* Copyright header changesMika Salmela2015-04-141-3/+3
* Support larger custom meshes.Miikka Heikkinen2014-11-181-2/+1
* Change copyright headers.Miikka Heikkinen2014-11-071-7/+7
* Support for dynamic opengl builds.Miikka Heikkinen2014-10-291-206/+182
* Surface shadow improvementMika Salmela2014-10-221-1/+1
* Small cleanups for surfaceMika Salmela2014-10-151-13/+6
* Fix context cleanupMiikka Heikkinen2014-10-131-15/+10
* Remove separate depth texture for surface shadowsMika Salmela2014-10-131-43/+6
* Fix screen position based queries in threaded rendering environmentMiikka Heikkinen2014-10-091-0/+1
* Grid line color bug in surface fixed Tomi Korpipää2014-10-081-2/+2
* Make background margin configurableMiikka Heikkinen2014-09-301-7/+65
* Implement zooming to cursorMiikka Heikkinen2014-09-261-5/+12
* Change custom labels to use label shaderMiikka Heikkinen2014-09-191-12/+0
* Fix to slice crash bug fixTomi Korpipää2014-09-161-2/+5
* Invalid slice usage crash fixedTomi Korpipää2014-09-161-0/+5
* Limit volume to axis rangesMiikka Heikkinen2014-09-101-0/+40
* Add option to use low definition volume shader.Miikka Heikkinen2014-09-021-7/+3
* Fix build issue with Qt 5.2.1Miikka Heikkinen2014-08-271-2/+2
* Implement volume rendering supportMiikka Heikkinen2014-08-181-8/+15
* Enable camera targeting.Miikka Heikkinen2014-08-061-12/+12
* Reduce the size of surface selection textureMiikka Heikkinen2014-08-041-23/+12
* Fix polar background margin not reacting to titles correctlyMiikka Heikkinen2014-07-041-4/+3
* Improved the visuals in slice modes.Miikka Heikkinen2014-07-041-12/+43
* Remove obsolete fillDepthTexture functionMika Salmela2014-07-041-2/+0
* Texture to surfaceMika Salmela2014-07-041-20/+92
* Fix labels and grid lines changing size when aspect ratio is changedMiikka Heikkinen2014-07-021-22/+46
* Added horizontal aspect ratio property for abstract graphsMiikka Heikkinen2014-07-011-8/+17
* Fix custom item position in polar graphsMiikka Heikkinen2014-06-301-2/+6
* Adjust background margins based on angular labels and titleMiikka Heikkinen2014-06-301-26/+56
* Fix polar axis title positioningMiikka Heikkinen2014-06-271-2/+21
* Removed unnecessary texture enablingsTomi Korpipää2014-06-271-12/+2
* Polar chart for scatterMiikka Heikkinen2014-06-261-26/+23
* Add radialLabelOffset property for graphsMiikka Heikkinen2014-06-261-8/+15
* Add flipHorizontalGrid property for surfaceMiikka Heikkinen2014-06-261-11/+30
* Polar graph support, phase oneMiikka Heikkinen2014-06-261-163/+240
* Added some extra checking for selection texture creationMiikka Heikkinen2014-06-241-5/+8
* Revert surface shadow cull disableMiikka Heikkinen2014-06-091-0/+3
* Fix missing axis titles with zero rotation and fixed titlesMiikka Heikkinen2014-06-061-7/+8
* Change label polygon offset to follow draw orderMiikka Heikkinen2014-06-051-3/+6
* Android surface selection fix Tomi Korpipää2014-06-041-1/+1