summaryrefslogtreecommitdiffstats
path: root/src/render/backend/jobs/framepreparationjob_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright header change.Mika Salmela2015-02-091-19/+14
| | | | | | | | As for preparation for Qt5.5 release the copyright header is updated to correspond the current license requirements. Change-Id: I36632918b66f455539453b42c369689fb11298ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* RenderShaderData: ModelToEye/ModelToWorld property transformPaul Lemire2015-01-241-0/+81
* Reuse jobs in QRenderAspect * Added FramePreparationJob which: - updates RenderShaderData with node world matrix - create bounding volume for nodes * RenderShaderData slightly modified to accommodate the transformed properties - needsUpdate now takes the viewMatrix - fix a bug where for a nested array, order wasn't maintained if not all the elements had been updated Change-Id: I0d91dc1d52c4333be74cce56c334aea70498138e Reviewed-by: Sean Harmer <sean.harmer@kdab.com>