5 #include "Cesium3DTiles/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
19 static inline constexpr
const char* TypeName =
"Buffer";
28 std::optional<std::string>
uri;
33 int64_t byteLength = int64_t();
38 std::optional<std::string>
name;
Classes for using 3D Tiles.
A buffer is a binary blob. It is either the binary chunk of the subtree file, or an external buffer r...
std::optional< std::string > name
The name of the buffer.
std::optional< std::string > uri
The URI (or IRI) of the file that contains the binary buffer data. Relative paths are relative to the...
A buffer is a binary blob. It is either the binary chunk of the subtree file, or an external buffer r...
The base class for objects that have extensions and extras.