cesium-native  0.41.0
ExtensionCesiumPrimitiveOutline.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 
7 #include <CesiumUtility/ExtensibleObject.h>
8 
9 #include <cstdint>
10 
11 namespace CesiumGltf {
16 struct CESIUMGLTF_API ExtensionCesiumPrimitiveOutline final
18  static inline constexpr const char* TypeName =
19  "ExtensionCesiumPrimitiveOutline";
20  static inline constexpr const char* ExtensionName =
21  "CESIUM_primitive_outline";
22 
27  int32_t indices = -1;
28 };
29 } // namespace CesiumGltf
Classes for working with glTF models.
glTF extension for indicating that some edges of a primitive's triangles should be outlined.
The base class for objects that have extensions and extras.