summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Qt3DStudio/Render/StudioSubPresentationRenderer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use correct blending mode for subpresentationsAntti Määttä2019-11-271-6/+3
| | | | | | | | | | Change the source blending mode to One. The texture contains premultiplied colors so the result is too dark if we again multiply with the source alpha. Task-number: QT3DS-4008 Change-Id: Ic92fc4abee289913be5b538126c4ee80ebb4d5e8 Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Switch to qt3dstudio/ogl-runtime submodulePasi Keränen2019-06-101-0/+377
Module config change so that ogl-runtime builds from submodule. Task-number: QT3DS-3600 Change-Id: Ib22fda6aed1cf9336f15b79256b5f9db8774159f Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>