Applying a plugin to a single material,material plugin not work.
When Applying a plugin to a single material
I also tried using StandardMaterial and PBRMaterial and found that this problem only appeared in PBRMaterial.
use code 10-11 line StandardMaterial work
use code 14-16 line PBRMaterial not working
when enable ssao, material plugin not work
It can be seen from the first PG and the second PG
the first PG, material plugin work
the second PG,material plugin not work,has a bug
There are two errors in the code. One is that DynamicCloudSkyPluginMaterial is not defined, and the other is that material plugins should be applied before the material is rendered.