summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults/qdiffusespecularmaterial_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>
* Replace all phong variants with QDiffuseSpecularMaterialKevin Ottens2017-11-151-0/+120
This one reconfigures its graph layers and render states properly based on it properties. As such it covers all the features coming from the various phong materials we had in the past. That's why they are all marked as deprecated. Change-Id: I9a74639d4cff5170b496d475c8a74b1e4e163b03 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>