aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/principledmaterial
Commit message (Expand)AuthorAgeFilesLines
* Fix thread safety issues in some Quick 3D examplesJoni Poikelin2024-11-051-1/+1
* CMake: Add deployment API to our examplesAlexandru Croitor2024-05-071-9/+12
* Add Fresnel Scale and BiasSadegh Taghavi2024-04-102-4/+155
* Correct license for examples filesLucie Gérard2024-04-041-1/+1
* Add support to use a single-channel of a texture as a 3-channel mapSadegh Taghavi2024-03-203-1/+138
* Invert opacity mask optionSadegh Taghavi2024-03-151-1/+11
* Vertex color as maskSadegh Taghavi2024-02-238-10/+431
* Doc: Move examples to '3D' categoryTopi Reinio2024-02-211-2/+2
* Doc: Move remaining examples to Data Visualization & 3DKai Köhne2023-10-261-1/+1
* Doc: Add \examplecategory to the examplesVenugopal Shivashankar2023-07-211-0/+1
* Doc: Update example category namesKai Köhne2023-07-111-1/+1
* Fix qmllint errors in principledmaterial exampleAndy Nichols2023-06-0910-316/+345
* Mark some examples for Graphics category of Qt Examples And TutorialsAndy Nichols2023-06-091-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* Fix 'principledmaterial' example's empty spacesJonas Karlsson2022-08-191-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1616-761/+32
* Add SpecularGlossyMaterialAndy Nichols2022-06-038-258/+537
* CMake: Work around moc not including QtQml headerAlexandru Croitor2022-03-171-2/+2
* Add OrbitCameraController to HelpersAndy Nichols2022-02-244-273/+1
* Improve examples CMakeLists.txtKai Köhne2022-02-211-11/+4
* Doc: ResourceLoader usage in PrincipledMaterial ExampleAndy Nichols2022-02-153-4/+34
* PrincipledMaterial Example OverhaulAndy Nichols2022-02-1537-311/+3096
* Use the new QML CMake API for examples, tests and docsCraig Scott2021-08-232-91/+13
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Force the Basic style for examples that use ControlsLaszlo Agocs2020-11-161-2/+1
* Update documentation for principledmaterial examplePaul Olav Tvete2020-10-272-12/+15
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-261-0/+4
* Finish modernizing import statements in examplesEskil Abrahamsen Blomfeldt2020-10-261-3/+3
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-202-2/+2
* Doc for the shadergen toolChristian Strømme2020-10-191-13/+0
* Rename cmake function for triggering the shadergen toolChristian Strømme2020-10-161-1/+1
* Modernize imports in examplesEskil Abrahamsen Blomfeldt2020-10-161-3/+2
* CMake: Restore accidentally overridden exampleAlexandru Croitor2020-10-012-0/+78
* Remove setting deprecated EnableHighDpi attributeLaszlo Agocs2020-09-301-2/+0
* Use cubeMaps for IBL texture sourcesAndy Nichols2020-09-242-1/+2
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-231-12/+5
* Make the PrincipledMaterial render as intendedAndy Nichols2020-09-162-11/+0
* Adjust Light brightness to represent the real valueAndy Nichols2020-08-311-1/+1
* Move shadergen cmake macros to quick3dAntti Määttä2020-08-261-3/+1
* Add cmake macros for shader generator toolAntti Määttä2020-08-261-0/+13
* Rename SceneEnvironment::probeBrightness to probeExposureAndy Nichols2020-08-261-1/+0
* Merge remote-tracking branch 'origin/5.15' into devLaszlo Agocs2020-05-031-1/+1
|\
| * Fix specular lightingAntti Määttä2020-04-221-1/+1
| * Use non-compressed textures in examplePaul Olav Tvete2020-03-168-16/+12
* | CMake: Port qtquick3d to CMakeMårten Nordheim2020-04-251-0/+61
* | RHI: skybox supportPaul Olav Tvete2020-02-181-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLaszlo Agocs2020-02-114-12/+12
|\|
| * Use Quaternions for rotation in Node APIAndy Nichols2020-01-312-8/+8