summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove transforms property of QTransformSean Harmer2015-11-1716-398/+100
* Setting matrix property to decompose to S, R, TSean Harmer2015-11-175-11/+233
* Add some more quaternion helpers to QTransformSean Harmer2015-11-162-0/+37
* Add convenience API for creating quaternions for the rotation propertySean Harmer2015-11-162-0/+13
* Handle creating QMatrix4x4 from js with no argumentsSean Harmer2015-11-161-1/+5
* Rename orthogonal projection to orthographic projectionSean Harmer2015-11-164-9/+9
* Change scale property to scale3D and provide uniform scale propertySean Harmer2015-11-163-9/+30
* Update transformation matrix from the scale, rotation and translationSean Harmer2015-11-162-7/+24
* Update backend Transform properties from frontend changesSean Harmer2015-11-163-0/+17
* Add scale, rotation and translation properties to QTransformSean Harmer2015-11-163-2/+75
* 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
* QAspectJob: add method to clear dependenciesPaul Lemire2015-11-162-0/+21
* 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
* QAbstractAspect: only register if arbiter no nullPaul Lemire2015-11-161-4/+6
* Renderer: use NodeManagersPaul Lemire2015-11-1622-379/+293
* NodeManagers class addedPaul Lemire2015-11-163-2/+589
* QResourcesManager: use const in NonLocking LockerPaul Lemire2015-11-161-1/+1
* Qt3DInput: add QInputDeviceFactory and QInputDevicePluginPaul Lemire2015-11-165-2/+299
* 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
* Register QBoundingVolumeDebug to QMLPaul Lemire2015-11-161-0/+4
* 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