top of page
Materials

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";

↓
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