7 std::string materialName =
"";
8 std::filesystem::path albedoPath;
9 std::filesystem::path specularPath;
10 std::filesystem::path normalPath;
11 std::filesystem::path roughnessPath;
12 float albedoColor[4] = { 1.0f, 1.0f, 1.0f, 1.0f };
13 float metalness = 0.0f;
14 float roughness = 0.5f;