summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/runtime/Qt3DSAttributeHashes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move files required by OpenGL runtime within ogl-runtime directoryPasi Keränen2019-05-311-296/+0
| | | | | | | | | First step towards ejecting ogl-runtime in to its own repository. Task-number: QT3DS-3596 Change-Id: I8c551aef5f680d89221a8075bbeff8857ad2a318 Reviewed-by: Jari Karppinen <jari.karppinen@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Add runtime support for DataOutputPasi Keränen2019-05-231-1/+2
| | | | | | | | | | | | | Observes attribute changes in the CPresentation attributes and timeline changes for DataInput definitions. Slide changes are ignored as there is already API for slide change notifications. Task-number: QT3DS-3516 Change-Id: I9c384bccae391ddfb0b840ece67d2b412b4f86fe Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
* Increment UIP versionMahmoud Badri2019-05-161-3/+0
| | | | | | | | | | | | - increment UIP version and show a warning if a UIP version is lower - remove 3 obsolete text shadow props - small update to checking for material container in the timeline - few cleanups Task-number: QT3DS-3366 Task-number: QT3DS-2903 Change-Id: Ib4d8c33e786001d0e5a18037a52303449630adf5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Support alpha channel initial workMahmoud Badri2019-05-021-1/+10
| | | | | | | | | | | In this initial work, all (almost) color properties are converted into a new type (float4) to support an alpha channel. Alpha channel option is shown in the color dialog for Layer and Scene background properties only. The following is remaining: - Scene background alpha doesn't work in the editor (works in the viewer RT1) Task-number: QT3DS-3128 Change-Id: Ib5540ebc8e2ff68709473451e4a92bf66ddb8ad2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Flatten OpenGL source directory hierarchyPasi Keränen2019-04-151-0/+289
Flatten Source,Include and PrivateInclude directories away. Replace camelcase directory names with lowercase names. Remove random Qt3DS prefixes from directory names. Task-number: QT3DS-16 Change-Id: I5b23349232c760afa9a8efcc5e8945ee19d2e31a Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>