summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults/qnormaldiffusespecularmapmaterial_p.h
Commit message (Collapse)AuthorAgeFilesLines
* rhi: Port most of Qt3DExtras materials to RHIJean-Michaƫl Celerier2020-04-221-0/+4
| | | | | Change-Id: Iba20f047404b20c1e5b9bdcef917b3c2a1000d59 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Have all the Phong variations based on a graphKevin Ottens2017-10-131-0/+3
| | | | | | | | | This commit introduces a new layered graph file to deal with all the Phong material variations. It ports all the materials to using it, then of course it removes all the old frag implementations. Change-Id: Ia519eaf4cea3b6e3ff4dd5aa1cca2bedbfcbe7cb Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-231-0/+116
QBoundingVolumeDebug has been disabled for now. Will be re-enabled later on. Change-Id: Id6b0abab2ec2aa697330bd20d782f9d104d25d50 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>