Optionalname: stringOptionalbaseColor: stringOptionalemissiveColor: stringOptionalmetallic: numberOptionalroughness: numberOptionalalpha: numberOptionalbackFaceCulling: booleanOptionalzOffset: numberName the material is known by in the scene
Hex color of the surface under white light
OptionalemissiveHex color the surface glows with on its own, regardless of lighting; black glows not at all
How metallic the surface is, from 0 for paint or plastic to 1 for bare metal
How rough the surface is, from 0 for a mirror finish to 1 for fully matte
Opacity from 0 for invisible to 1 for solid; values between make the surface see-through
When true, the back of each face is skipped, which is faster; false shows both sides of open meshes
Depth offset that pulls the surface toward or away from the camera when it fights with another at the same depth; 0 for none
Feeds
babylon.material.pbrMetallicRoughness.create: the name, colors, metallic and roughness values, opacity, culling and depth offset of a new material.