summaryrefslogtreecommitdiffstats
path: root/src/core/jobs/calcboundingvolumejob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change bounding update propagationMike Krus2021-06-211-10/+45
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-011-1/+1
* Update frontend data after jobMike Krus2020-09-251-0/+7
* Add QCoreSettings classMike Krus2020-08-271-1/+27
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* CalcBoundingVolumeJob: use std::vectorPaul Lemire2020-07-011-4/+6
* CalcBoundingVolumeJob: use QtConcurrent if available and Qt3D max thread coun...Paul Lemire2020-06-241-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Make sure bounding volume gets updated in main threadMike Krus2020-06-171-5/+3
* Add ability to override bounding data and trigger calculationMike Krus2020-04-231-40/+33
* Add bounding volume calculations to core aspectMike Krus2020-04-221-0/+317