summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/calcboundingvolumejob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move jobs into RendererPaul Lemire2016-07-031-3/+8
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* render/jobs: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-301-2/+4
* Remove QBoundingVolumeSpecifierMike Krus2016-03-221-1/+1
* Qt3D job run statsPaul Lemire2016-03-041-0/+2
* QAttribute API changesPaul Lemire2016-02-291-4/+4
* QAttribute: merge with QAbstractAttributePaul Lemire2016-02-261-2/+2
* Unify license header usageAntti Kokko2016-01-261-12/+15
* Refactor picking to use one thread per entityMike Krus2016-01-251-0/+2
* Move core/io content to render/geometry and ioKevin Ottens2015-12-021-2/+2
* QAxisAlignedBoundingBox is used only in ObjLoaderKevin Ottens2015-12-021-1/+0
* Updated CalcBoundingVolumeJob: to compute BV only when neededPaul Lemire2015-11-161-23/+50
* Renderer: use NodeManagersPaul Lemire2015-11-161-10/+10
* CalcBoundingVolume: don't go through the BBox intermediate stepPaul Lemire2015-11-161-9/+1
* CalcBoundingBolumeJob: check attribute is not nullPaul Lemire2015-11-161-1/+3
* Update jobs to use bounding volume specifier instead of the object pickerPaul Lemire2015-11-161-43/+57
* BoundingVolume: recomputed when buffer changesPaul Lemire2015-10-241-2/+0
* Sphere moved into Render namespace and made privatePaul Lemire2015-10-241-1/+1
* Calculate bounding volumes using the ObjectPickerPaul Lemire2015-10-241-45/+53
* QRenderAspect: use a single instance CalcBoundingVolumeJobPaul Lemire2015-10-201-2/+7
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-8/+8
* Resurrect bounding volumesLaszlo Agocs2015-10-141-0/+130