5#include <CesiumGltf/Model.h>
6#include <CesiumGltfReader/Library.h>
7#include <CesiumJsonReader/JsonReader.h>
8#include <CesiumJsonReader/JsonReaderOptions.h>
10#include <rapidjson/fwd.h>
CesiumJsonReader::ReadJsonResult< CesiumGltf::Model > readFromJson(const rapidjson::Value &value) const
Reads an instance of Model from a rapidJson::Value.
CesiumJsonReader::JsonReaderOptions & getOptions()
Gets the options controlling how the JSON is read.
CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::Model > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of Model from a rapidJson::Value.
ModelReader()
Constructs a new instance.
const CesiumJsonReader::JsonReaderOptions & getOptions() const
Gets the options controlling how the JSON is read.
CesiumJsonReader::ReadJsonResult< CesiumGltf::Model > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of Model from a byte buffer.
Holds options for reading statically-typed data structures from JSON.
Classes for reading glTF models.
Classes for working with glTF models.
This class is not meant to be instantiated directly. Use Model instead.
The result of JsonReader::readJson.