5#include <CesiumGltf/ExtensionExtMeshGpuInstancing.h> 
    6#include <CesiumGltfReader/Library.h> 
    7#include <CesiumJsonReader/JsonReader.h> 
    8#include <CesiumJsonReader/JsonReaderOptions.h> 
   10#include <rapidjson/fwd.h> 
   70      std::vector<CesiumGltf::ExtensionExtMeshGpuInstancing>>
 
 
CesiumJsonReader::JsonReaderOptions & getOptions()
Gets the options controlling how the JSON is read.
const CesiumJsonReader::JsonReaderOptions & getOptions() const
Gets the options controlling how the JSON is read.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionExtMeshGpuInstancing > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of ExtensionExtMeshGpuInstancing from a byte buffer.
CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::ExtensionExtMeshGpuInstancing > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of ExtensionExtMeshGpuInstancing from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionExtMeshGpuInstancing > readFromJson(const rapidjson::Value &value) const
Reads an instance of ExtensionExtMeshGpuInstancing from a rapidJson::Value.
ExtensionExtMeshGpuInstancingReader()
Constructs a new instance.
Holds options for reading statically-typed data structures from JSON.
Classes for reading glTF models.
Classes for working with glTF models.
glTF extension defines instance attributes for a node with a mesh.
The result of JsonReader::readJson.