top of page

Materials

image_2021-12-15_091230.png

How to add PBR

You will have the ability to Improve the look of any car

The diffuseColor must be white.

The formula for the main paint or body:


    roughnessFactor = "1";
    clearcoatFactor = "1";
    metallicFactor = "1";
    version = "1.5";
    instanceDiffuse = "true";

image_2022-03-18_105939.png

If you don't want it colorable, just remove the instanceDiffuse:


    roughnessFactor = "1";
    metallicFactor = "1";
    version = "1.5";

if it's too black you can adjust the roughness and the metallic.

bottom of page