5 #include "Cesium3DTiles/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
19 static inline constexpr
const char* TypeName =
"BufferView";
24 int64_t buffer = int64_t();
29 int64_t byteOffset = int64_t();
34 int64_t byteLength = int64_t();
39 std::optional<std::string>
name;
Classes for using 3D Tiles.
A contiguous subset of a buffer.
std::optional< std::string > name
The name of the bufferView.
The base class for objects that have extensions and extras.