cesium-native
0.41.0
|
The result of writing a tileset with TilesetWriter::writeTileset. More...
#include <Cesium3DTilesWriter/TilesetWriter.h>
Public Attributes | |
std::vector< std::byte > | tilesetBytes |
The final generated std::vector<std::byte> of the tileset. | |
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. | |
The result of writing a tileset with TilesetWriter::writeTileset.
Definition at line 18 of file TilesetWriter.h.