MaterialPluginEvent is not exported in Materials/index.ts

Hello,

Is it possible to have MaterialPluginEvent exported in Materials/index.ts?

I am working on updating babylon-mtoon-material, a library of custom material.
I found that the window type library is not working correctly because MaterialPluginEvent is not exported in Materials/index.ts.
This issue can be addressed by including MaterialPluginEvent in the bundle, but it will be necessary for all custom material libraries that support material plugins to do so.

Regards
horyu

I will do it ASAP.

Will be done here: Export Material Plugin Events by sebavan · Pull Request #12836 · BabylonJS/Babylon.js · GitHub

1 Like

I appreciate the quick response. Thank you!

1 Like