summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Remove transforms property of QTransformSean Harmer2015-11-173-18/+5
* Change scale property to scale3D and provide uniform scale propertySean Harmer2015-11-161-2/+2
* Update transformation matrix from the scale, rotation and translationSean Harmer2015-11-162-7/+24
* Update backend Transform properties from frontend changesSean Harmer2015-11-162-0/+14
* Updated comment for better understanding of the codePaul Lemire2015-11-161-2/+1
* CalculateBoundingVolumeJob: clear previous dependenciesPaul Lemire2015-11-161-0/+2
* Updated CalcBoundingVolumeJob: to compute BV only when neededPaul Lemire2015-11-162-23/+51
* Entity: add a boundingVolumeDirty flagPaul Lemire2015-11-162-16/+36
* QRenderAspect: proper job dependencies and commentsPaul Lemire2015-11-161-1/+10
* UpdateBoundingVolumeJob: slightly updatedPaul Lemire2015-11-161-6/+5
* Entity: add hasChildren methodPaul Lemire2015-11-161-0/+1
* FramePreparationJob fix: traverse childrenPaul Lemire2015-11-161-0/+4
* QSceneLoader: do not leak built scenePaul Lemire2015-11-162-3/+5
* GeometryRenderer: do not leak geometry build with functorPaul Lemire2015-11-162-2/+4
* Export EntityManager for unit testsPaul Lemire2015-11-161-1/+4
* Export updateboundingvolumejob for unit testsPaul Lemire2015-11-161-1/+1
* Export renderviejob for unit testsPaul Lemire2015-11-161-1/+1
* Export framepreparationjob for unit testsPaul Lemire2015-11-161-1/+1
* Export framecleanupjob for unit testsPaul Lemire2015-11-161-1/+1
* Renderer: use NodeManagersPaul Lemire2015-11-1622-379/+293
* NodeManagers class addedPaul Lemire2015-11-163-2/+589
* CalcBoundingVolume: don't go through the BBox intermediate stepPaul Lemire2015-11-161-9/+1
* Use the FrameCleanupJob to update the QBoundingVolumesDebugPaul Lemire2015-11-162-0/+23
* Renderer: fix empty VAO casePaul Lemire2015-11-161-6/+8
* Entity: add reference to QBoundingVolumeDebug componentsPaul Lemire2015-11-162-0/+30
* Entity: reorganize template functors for better readabilityPaul Lemire2015-11-162-59/+70
* QRenderAspect: registe QBoundingVolumeDebug creation functorPaul Lemire2015-11-161-0/+3
* Renderer: add a boundingVolumeDebugManagerPaul Lemire2015-11-162-0/+4
* Handle type for BoundingVolumeDebugPaul Lemire2015-11-161-0/+2
* Manager for BoundingVolumeDebug componentsPaul Lemire2015-11-161-0/+11
* BoundingVolumeDebug backend node addedPaul Lemire2015-11-163-2/+206
* Add QBoundingVolumeDebug componentPaul Lemire2015-11-163-2/+274
* Add C++ QPhongAlphaMaterialPaul Lemire2015-11-164-2/+486
* PickBoundingVolumeJob: few fixesPaul Lemire2015-11-163-16/+33
* Update bounding volume job to actually compute somethingPaul Lemire2015-11-161-36/+10
* CalcBoundingBolumeJob: check attribute is not nullPaul Lemire2015-11-161-1/+3
* Sphere fix: expandToContain now properly sets the radiusPaul Lemire2015-11-161-0/+1
* Remove anything related to pick attribute in QObjectPickerPaul Lemire2015-11-164-47/+1
* Update jobs to use bounding volume specifier instead of the object pickerPaul Lemire2015-11-162-58/+59
* Geometry updated to copy properties from QBoundingVolumeSpecifierPaul Lemire2015-11-162-0/+9
* Technique: only create the QGraphicsApiFilter when neededPaul Lemire2015-11-161-2/+7
* QTechnique mark opengl filter property as CONSTANTPaul Lemire2015-11-161-1/+1
* Add QBoundingVolumeSpecifier as a grouped property of QGeometryPaul Lemire2015-11-163-1/+41
* QBoundingVolumeSpecifier addedPaul Lemire2015-11-163-2/+156
* Make BackToFront sorting workLaszlo Agocs2015-11-133-1/+7
* Fix a postion -> position typoLaszlo Agocs2015-11-131-3/+3
* Fix some syncqt warningsLaszlo Agocs2015-11-132-1/+12
* QCuboidGeometry: remove QT3D_CLONEABLEPaul Lemire2015-11-121-1/+0
* QCylinderGeometry: remove QT3D_CLONEABLEPaul Lemire2015-11-121-1/+0
* QSphereGeometry: remove QT3D_CLONEABLEPaul Lemire2015-11-121-1/+0