5#include <CesiumGltf/Library.h>
6#include <CesiumGltf/NamedObject.h>
19 static constexpr const char* TypeName =
"Scene";
34 accum += int64_t(
sizeof(
Scene));
37 accum += int64_t(
sizeof(int32_t) * this->nodes.capacity());
Classes for working with glTF models.
The base class for objects in a glTF that have a name.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The root nodes of a scene.
std::vector< int32_t > nodes
The indices of each root node.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...