BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
597 stars 307 forks source link

Feature/pbr materials extensions #1116

Open imbrig opened 2 months ago

imbrig commented 2 months ago

Why Maya Exporter, several PBR material extensions such as KHR_materials_transmission, KHR_materials_ior, KHR_materials_sheen & KHR_materials_specular are not hooked up to export material properties from Maya. Also running the FullBPR export flag would crash the exporter, this option is also disabled in the Maya Babylon export gui.

How First, had to enable and fix the crash with FullBPR exporting. Then handling the Maya material properties and assigning them to the Babylon Material for export according to the extension parameters for KHR_materials_transmission, KHR_materials_ior, KHR_materials_sheen & KHR_materials_specular. Lastly, code clean up.

thomlucc commented 3 weeks ago

Thanks @imbrig for your PR! We'll take a look at it in July.

thomlucc commented 3 weeks ago

@SergioRZMasson