5#include <CesiumGltf/Library.h>
6#include <CesiumGltf/Light.h>
7#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char*
TypeName =
"ExtensionModelKhrLightsPunctual";
28 std::vector<CesiumGltf::Light>
lights;
Classes for working with glTF models.
KHR_lights_punctual glTF Document Extension.
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
std::vector< CesiumGltf::Light > lights
lights
static constexpr const char * TypeName
The original name of this type.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
A directional, point, or spot light.
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...