pablode / guc

glTF to USD converter with MaterialX support
Apache License 2.0
107 stars 6 forks source link

MDL support #14

Closed pablode closed 1 year ago

pablode commented 2 years ago

NVIDIA distributes an MDL implementation of the glTF PBR as part of the MDL SDK: https://github.com/NVIDIA/MDL-SDK/blob/master/examples/mdl/nvidia/sdk_examples/gltf_support.mdl

It supports all material extensions except unlit and seems straightforward to implement.

pablode commented 1 year ago

I consider this as outside of the scope of this project, for now.