MeshStandardMaterial and MeshPhysicalMaterial

I would like to use the AO Map from Mesh Standard Material and the clearCoat and other map attributes from Mesh Physical Material

Can I use both on one surface?

MeshPhysicalMaterial has all the features of MeshStandardMaterial, plus a few more, it is a subclass. You should be able to use .aoMap + MeshPhysicalMaterial without issues.

1 Like