create

@JvmStatic
fun create(blendingMode: BlendingMode = BlendingMode.OPAQUE): PhysicallyBasedMaterial

Creates a new instance of the PhysicallyBasedMaterial class with the specified blending mode.

Return

The PhysicallyBasedMaterial created.

Throws

If any error occurs during the loading process.