Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Convert PrincipledMaterial to CustomMaterial
-
I need to switch PrincipledMaterial to CustomMaterial and I faced a difficulty.
I've managed to set baseColor texture via BASE_COLOR variable and the same way I set metalness and roughness textures, but I see no way how to set occlusionMap texture, is there a way to apply occlusionMap in CustomMaterial?