5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 "ExtensionKhrGaussianSplattingHintsValue";
48 accum += int64_t(this->projection.capacity() *
sizeof(
char));
49 accum += int64_t(this->sortingMethod.capacity() *
sizeof(
char));
Classes for working with glTF models.
Optional rendering hints for rendering the 3D Gaussian splats. Renderers are free to ignore any of th...
std::string sortingMethod
Provides a hint specifying how to sort the Gaussians during rendering. This is a freeform field defau...
std::string projection
Provides a hint specifying how to project the Gaussians to achieve a perspective correct value....
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,...
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 ...