cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltfWriter::GltfWriterResult Struct Reference

The result of writing a glTF with GltfWriter::writeGltf or GltfWriter::writeGlb. More...

#include <CesiumGltfWriter/GltfWriter.h>

Public Attributes

std::vector< std::byte > gltfBytes
 The final generated std::vector<std::byte> of the glTF or glb.
 
std::vector< std::string > errors
 Errors, if any, that occurred during the write process.
 
std::vector< std::string > warnings
 Warnings, if any, that occurred during the write process.
 

Detailed Description

The result of writing a glTF with GltfWriter::writeGltf or GltfWriter::writeGlb.

Definition at line 20 of file GltfWriter.h.

Member Data Documentation

◆ errors

std::vector<std::string> CesiumGltfWriter::GltfWriterResult::errors

Errors, if any, that occurred during the write process.

Definition at line 29 of file GltfWriter.h.

◆ gltfBytes

std::vector<std::byte> CesiumGltfWriter::GltfWriterResult::gltfBytes

The final generated std::vector<std::byte> of the glTF or glb.

Definition at line 24 of file GltfWriter.h.

◆ warnings

std::vector<std::string> CesiumGltfWriter::GltfWriterResult::warnings

Warnings, if any, that occurred during the write process.

Definition at line 34 of file GltfWriter.h.


The documentation for this struct was generated from the following file: