summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added multiviewport examplePaul Lemire2014-05-305-1/+269
* Parameter properties for QML usePaul Lemire2014-05-302-3/+52
* QQmlListProperty<Parameter> in Quick3DTechniquePaul Lemire2014-05-305-0/+50
* QLoggingCategories added to CorePaul Lemire2014-05-3012-43/+161
* Replaced QmlTexture by Quick3DTexturePaul Lemire2014-05-3015-218/+336
* RenderNode : dtor frees bounding volumesPaul Lemire2014-05-292-0/+7
* AssimpParser : buffer allocation fix.Paul Lemire2014-05-291-3/+4
* RenderMaterial : initialized m_peer to Q_NULLPTRPaul Lemire2014-05-291-0/+1
* RotateTransform : initialized m_angledDeg to 0Paul Lemire2014-05-291-1/+2
* AbstractAspect : initialized m_root to Q_NULLPTRPaul Lemire2014-05-291-0/+1
* Moved RenderView Constructor definition to .cppPaul Lemire2014-05-292-8/+9
* Initialize m_matrixDirty in LookAtTransformPaul Lemire2014-05-291-0/+1
* Settings RenderTechnique in RenderViewPaul Lemire2014-05-2915-51/+143
* QQmlCustomParser for Shader propertiesPaul Lemire2014-05-297-5/+192
* Updated Assimp examplePaul Lemire2014-05-251-1/+37
* Smaller functions in SceneBuilderPaul Lemire2014-05-253-46/+106
* Quick3DScene and SceneNodePaul Lemire2014-05-2514-76/+389
* Updated cpp_examplePaul Lemire2014-05-252-32/+83
* RenderSceneBuilder fixPaul Lemire2014-05-251-6/+15
* Transform fixPaul Lemire2014-05-251-2/+2
* Removed last QML dependency of the Render module.Paul Lemire2014-05-251-1/+1
* Quick3DEffect and EffectNodePaul Lemire2014-05-2514-50/+413
* Quick3DTechniquePaul Lemire2014-05-256-123/+274
* Quick3DMaterial subclass of MaterialPaul Lemire2014-05-256-79/+226
* Removal of QmlRegistration in AspectsPaul Lemire2014-05-255-32/+3
* QQmlExtensionPlugins for Qt3DCore and Qt3DRendererPaul Lemire2014-05-2544-165/+572
* Abstract Entity, EntityNode and Quick3DEntityPaul Lemire2014-05-2426-156/+348
* FrameGraphItems C++ Qml APIPaul Lemire2014-05-2437-164/+1527
* Quick3DNodePaul Lemire2014-05-249-108/+239
* Renamed QmlEntity to Quick3DEntityPaul Lemire2014-05-244-26/+33
* Quick3DTransformPaul Lemire2014-05-247-57/+183
* Quick3D independent libraryPaul Lemire2014-05-2415-102/+330
* RenderMesh set to dirty on peer changePaul Lemire2014-05-244-4/+10
* Added TechniqueManager to RendererPaul Lemire2014-05-212-0/+5
* TechniqueManagerPaul Lemire2014-05-213-2/+134
* Removed useless mutex use in RendererPaul Lemire2014-05-211-2/+0
* Handling of property reference changesPaul Lemire2014-05-2117-129/+184
* Hooked up QmlEntityPaul Lemire2014-04-305-130/+92
* Added QmlEntityPaul Lemire2014-04-303-2/+172
* Handle Component property reference changesPaul Lemire2014-04-305-72/+96
* Transform updates synched with QChangeArbiterPaul Lemire2014-04-3017-40/+91
* Slight changes to QChangeArbiterPaul Lemire2014-04-305-26/+46
* Hookup Assimp scene loaderPaul Lemire2014-04-3022-107/+420
* VAOManagerPaul Lemire2014-04-2917-288/+443
* MatrixManagerPaul Lemire2014-04-297-9/+165
* RenderMesh and MeshManagerPaul Lemire2014-04-2916-139/+324
* MeshManager renamed to MeshDataManagerPaul Lemire2014-04-2914-191/+239
* Observable EntityPaul Lemire2014-04-298-26/+78
* Categorized logging in RendererPaul Lemire2014-04-2234-209/+255
* MaterialManagerPaul Lemire2014-04-223-2/+162