5 #include "CesiumGltf/Library.h"
6 #include "CesiumGltf/NamedObject.h"
17 static inline constexpr
const char* TypeName =
"Buffer";
25 std::optional<std::string>
uri;
30 int64_t byteLength = int64_t();
Classes for working with glTF models.
A buffer points to binary geometry, animation, or skins.
std::optional< std::string > uri
The URI (or IRI) of the buffer.
A buffer points to binary geometry, animation, or skins.
The base class for objects in a glTF that have a name.