summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QAbstractAspectPrivate privately exportedwip/newapiPaul Lemire2014-11-101-1/+2
* Added QT3DCORE_PRIVATE_EXPORT macroPaul Lemire2014-11-102-1/+51
* Inputs qmldir fixPaul Lemire2014-11-101-1/+1
* Refacotr buildRenderStateSet to a free functionSean Harmer2014-11-104-76/+88
* Make parametersFromMaterialEffectTechnique() a free functionSean Harmer2014-11-104-34/+45
* Make findRenderPassesForTechnique a free function and small cleanupsSean Harmer2014-11-104-36/+63
* Make findTechniqueForEffect a free function and small cleanupsSean Harmer2014-11-104-33/+75
* Move RenderViewJob helper functions to their own fileSean Harmer2014-11-105-150/+266
* Refactor preprocessRenderTree() into a free functionSean Harmer2014-11-106-18/+45
* Move renderview configuration from fg into a free functionSean Harmer2014-11-105-135/+222
* Typenames are capitalisedSean Harmer2014-11-102-6/+6
* Coding style cleanupSean Harmer2014-11-101-8/+9
* Use ms_ prefix for static membersSean Harmer2014-11-102-9/+9
* Refactor isEntityInlayers() to a free functionSean Harmer2014-11-102-17/+23
* Use viewport clear color from fg node nearest the leafSean Harmer2014-11-101-1/+4
* Refactor computeViewport to be a free functionSean Harmer2014-11-104-28/+30
* Fix regression: Support properties of types inheriting from QNode.Milian Wolff2014-11-051-1/+1
* Optimize: use std::vector instead of QVector for the change queues.Milian Wolff2014-11-052-2/+2
* Show all rotating cylinders and don't flicker due to the animation.Milian Wolff2014-11-051-14/+14
* Cleanup: Use Q_Q(QNode) instead of qobject_cast<QNode*>(q_ptr).Milian Wolff2014-11-041-4/+8
* Improve forwarding of property changes in QNodePrivate.Milian Wolff2014-11-047-41/+167
* Release the TLS for the main thread's change queue in the arbiterSean Harmer2014-11-033-4/+20
* More work towards a clean shutdownSean Harmer2014-11-0316-41/+172
* Cleanup the scene before quitting the backendSean Harmer2014-11-021-0/+8
* QAspectEngine owns the root of the sceneSean Harmer2014-11-0214-53/+66
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-0275-271/+322
* QAbstractSceneLoader set as a non shareable componentPaul Lemire2014-11-021-0/+1
* Renamed NodeVisitor to QNodeVisitorPaul Lemire2014-11-023-11/+11
* Added Quick3D Inputs import pluginPaul Lemire2014-11-025-0/+138
* QKeyboardInput addedPaul Lemire2014-11-024-2/+245
* QKeyboardController classPaul Lemire2014-11-025-3/+212
* Add bigscene examplePaul Lemire2014-11-023-0/+150
* QObservableInterface refactoredPaul Lemire2014-11-0210-232/+53
* Added empty QInputsAspectPaul Lemire2014-11-027-0/+243
* Allow to add sub-sub directories in examplesSean Harmer2014-10-311-1/+0
* Fix RenderTransform::sceneChangeEventPaul Lemire2014-10-311-1/+2
* Qt3DQuick value type and color providersPaul Lemire2014-10-3136-178/+1834
* Optimize QHash usage in RenderView::setShaderAndUniforms.Milian Wolff2014-10-301-2/+0
* Optimize QHash usage in RenderView::setShaderAndUniforms.Milian Wolff2014-10-301-4/+11
* Optimize QNodePrivate::_q_onNodePropertyChanged slightly.Milian Wolff2014-10-301-2/+6
* Optimize QHash usage in RenderShader::updateUniforms.Milian Wolff2014-10-301-3/+9
* Cache the rotation matrix in QRotateTransform.Milian Wolff2014-10-302-3/+15
* Colliders/RigidBody: added scalar properties for center and centerOfMassPaul Lemire2014-10-306-5/+191
* QAbstractCollider: renamed CollisionBehavior valuesPaul Lemire2014-10-302-3/+3
* QAbstractLigt refactoringPaul Lemire2014-10-3010-50/+46
* QTransform refactoredPaul Lemire2014-10-3010-66/+40
* QCamera refactoredPaul Lemire2014-10-3018-338/+447
* QTechnique refactoredPaul Lemire2014-10-307-59/+46
* Micro-optimize RenderTransform::sceneChangeEvent.Milian Wolff2014-10-301-2/+3
* QLookAtTransform: fix double notify in property declarationPaul Lemire2014-10-301-1/+1