scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
scimesh::gltf_io::detail::GltfOutput Struct Reference

Serialized glTF scene: the JSON document plus the binary buffer. More...

#include <gltf_io.h>

Public Attributes

std::string json
 
std::vector< uint8_t > bin
 
bool has_camera = false
 

Detailed Description

Serialized glTF scene: the JSON document plus the binary buffer.

Definition at line 167 of file gltf_io.h.

Member Data Documentation

◆ bin

std::vector<uint8_t> scimesh::gltf_io::detail::GltfOutput::bin

Definition at line 169 of file gltf_io.h.

◆ has_camera

bool scimesh::gltf_io::detail::GltfOutput::has_camera = false

Definition at line 170 of file gltf_io.h.

◆ json

std::string scimesh::gltf_io::detail::GltfOutput::json

Definition at line 168 of file gltf_io.h.


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