5 #include "CesiumGltf/Library.h"
6 #include "CesiumGltf/TextureInfo.h"
8 #include <CesiumUtility/ExtensibleObject.h>
21 static inline constexpr
const char* TypeName =
"MaterialPBRMetallicRoughness";
29 std::vector<double> baseColorFactor = {1, 1, 1, 1};
50 double metallicFactor = 1;
58 double roughnessFactor = 1;
Classes for working with glTF models.
The base class for objects that have extensions and extras.