summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/shaders/texture3d.vert
Commit message (Collapse)AuthorAgeFilesLines
* Limit volume to axis rangesMiikka Heikkinen2014-09-101-1/+25
| | | | | | | | | The volume object that would go partially outside axis ranges is scale and repositioned so that it only renders the portion that is inside the axis ranges. Change-Id: I792494e437998ba6276f58fab645767276c1476d Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Implement volume rendering supportMiikka Heikkinen2014-08-181-0/+12
New subclass of QCustom3DItem, QCustom3DVolume is provided. The documentation for the example will be done in a separate commit. Change-Id: Idb3fdb0654c6bec7606ca012b75852a5a8412397 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>