summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Register QNoDraw to QML as NoDrawPaul Lemire2015-04-271-0/+2
* Quick3DStateSet extension classes for QML of QStateSetPaul Lemire2015-04-254-2/+182
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-142-0/+5
* Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2015-03-201-2/+2
* [QTransform] Track the transforms list and notify when it changesKonstantin Ritt2015-03-182-1/+6
* Prefer q_func() over direct access to q_ptrKonstantin Ritt2015-03-163-12/+15
* Add new material QPerVertexColorMaterialLorenz2015-03-113-0/+105
* Expose QComponent to QML as Component3D to avoid names clash with QuickKonstantin Ritt2015-03-041-1/+1
* Added NodeInstantiatorSean Harmer2015-02-286-3/+701
* Remove incomplete bullet and OpenAL aspectsSean Harmer2015-02-197-212/+0
* Reset the state the Qt Quick scenegraph relies on in Scene3DLaszlo Agocs2015-02-191-1/+9
* Hardwire input aspect into Scene3D when requestedLaszlo Agocs2015-02-172-1/+6
* Remove failing converter registrationLaszlo Agocs2015-02-131-14/+1
* Copyright header change.Mika Salmela2015-02-0973-1392/+1027
* Removed now useless Quick3DTextureCubeMapExtensionPaul Lemire2015-02-082-204/+0
* Skybox example updated to use new texture APIPaul Lemire2015-02-081-1/+1
* Remove Quick3DTexture2DExtension, this is not needed anymorePaul Lemire2015-02-082-54/+1
* Texture API refactoringPaul Lemire2015-02-081-3/+3
* Update default Material to use new Texture APIPaul Lemire2015-02-086-11/+23
* Quick3DTextureExtension provided list of QAbstractTextureImage to QMLPaul Lemire2015-02-083-7/+72
* QTextureProviders addedPaul Lemire2015-02-083-148/+16
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-083-41/+41
* Quick2DTextureCubeMap registered as an extended QML typePaul Lemire2015-02-081-1/+1
* Quick3DTextureCubeMapExtension addedPaul Lemire2015-02-082-2/+205
* Make sure Scene3DItem shuts the sync renderer downKevin Ottens2015-01-282-0/+6
* Fix static buildsGiuseppe D'Angelo2015-01-272-6/+14
* Clean up GL2-ES2 shadersLaszlo Agocs2015-01-261-1/+1
* Fix phong material for shaders without default uniform valuesLaszlo Agocs2015-01-261-11/+6
* Allow to control the aspects used by a Scene3DKevin Ottens2015-01-253-3/+30
* Register QColorMask as ColorMask to QMLPaul Lemire2015-01-241-0/+2
* Have Scene3DItem deal with input eventsKevin Ottens2015-01-232-1/+7
* Use the const_cast once at renderer creationKevin Ottens2015-01-231-5/+5
* Remove the now useless QuickWindowKevin Ottens2015-01-233-150/+1
* Move CameraController in the input aspectKevin Ottens2015-01-233-4/+29
* Make it work with the threaded QSG render loopKevin Ottens2015-01-192-11/+34
* Add ForwardRenderer.qml in the QML defaultsPaul Lemire2015-01-183-2/+75
* RenderShaderData handling entirely reworkedPaul Lemire2015-01-185-25/+46
* Add a Scene3D item to wrap Qt3D scenes in QQ2Kevin Ottens2015-01-186-0/+375
* Introduce the "polygon offset" render stateGiuseppe D'Angelo2015-01-161-0/+2
* Added default QML MaterialsPaul Lemire2015-01-107-2/+730
* Remove unneeded dependenciesKevin Ottens2015-01-082-2/+2
* QML default phong material and generate qrc filePaul Lemire2014-12-304-0/+180
* Fix compilation of Qt3D following fa3cf15e in qtdecalrativeSean Harmer2014-12-303-115/+34
* Don't force a dynamic build when not configured for gcovSean Harmer2014-12-212-4/+0
* Remove references to unused private headers variable in .pro filesSean Harmer2014-12-212-2/+2
* Add a new EntityLoader elementKevin Ottens2014-12-176-1/+405
* Quick3DParameter: Use QJSValue to QVariantList converterPaul Lemire2014-12-121-10/+2
* Quick3DShaderDataPropertyReader: converts Quick3DShaderDataArray to QVariantListPaul Lemire2014-12-122-0/+19
* Quick3DShaderDataArrayPaul Lemire2014-12-124-2/+220
* Quick3DShaderData for QJSValue handlingPaul Lemire2014-12-125-5/+189