5 #include "CesiumGltf/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
20 static inline constexpr
const char* TypeName =
"ExtensionKhrTextureTransform";
21 static inline constexpr
const char* ExtensionName =
"KHR_texture_transform";
27 std::vector<double> offset = {0, 0};
38 std::vector<double> scale = {1, 1};
Classes for working with glTF models.
glTF extension that enables shifting and scaling UV coordinates on a per-texture basis
std::optional< int64_t > texCoord
Overrides the textureInfo texCoord value if supplied, and if this extension is supported.
The base class for objects that have extensions and extras.