List of PBRMaterial Properties not supported by glTF/glb

Is there a list anywhere of all the PBRMaterial properties, metallicRoughnessMaterial properties, and specularGlossinessMaterial properties that are not saved/encoded into glTF/glb? Thanks.

pinging @Drigax

Good question. No, we don’t have an explicit list, but I’d be interested in possibly adding that to our documentation somewhere.

1 Like

For a start, there is an exhaustive List of gltf material properties in the specification. Should be fairly straight forward to match those up with the PBR properties.

https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/README.md#reference-material

1 Like

To add onto this previous answer, here is a (hopefully) exhaustive list of what glTF functionality is currently supported

1 Like

awesome, thanks!!