cesium-native  0.41.0
MaterialNormalTextureInfo.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "CesiumGltf/Library.h"
6 #include "CesiumGltf/TextureInfo.h"
7 
8 namespace CesiumGltf {
12 struct CESIUMGLTF_API MaterialNormalTextureInfo final : public TextureInfo {
13  static inline constexpr const char* TypeName = "MaterialNormalTextureInfo";
14 
24  double scale = 1;
25 };
26 } // namespace CesiumGltf
Classes for working with glTF models.
Reference to a texture.
Definition: TextureInfo.h:15