A demo of specular occlusion in glTF, using the extension KHR_materials_specular. I put the four textures for ambient occlusion, roughness, metalness, and specular occlusion all into a single shared RGBA texture. To make the specular map in the alpha channel, I copied the ambient occlusion from the red channel into the…