Pbr Description Name class Tinman.Model.Texture.Pbr Derived from Model.Texture Computes material textures for a PBR specular / glossiness workflow, based on material textures that are based on a PBR metallic / roughness workflow. Fields / Required format Type Pbr.Type The output PBR texture type. Fields / Optional baseColor Type Model.Texture Default null The base color texture. baseColorFactor Type Tinman.Color Default {Color.Name: White} The base color factor. metallic Type Model.Texture Default null The metallic texture. metallicFactor Type number Default 1 The metallic factor. roughness Type Model.Texture Default null The roughness texture. roughnessFactor Type number Default 1 The roughness factor. Normals Type