Wrapper of Gltf Json BufferViews. More...
#include <GltfBufferViews.h>
Classes | |
| struct | Item |
| BufferViews Item data. More... | |
Public Types | |
| using | Json = nlohmann::json |
| using Json insteadd of nlohmann::json | |
Public Member Functions | |
| GltfBufferViews (const Json &data) | |
| Constructor Function. | |
| virtual | ~GltfBufferViews () override=default |
| Destructor Function. | |
Protected Attributes | |
| Json | m_Data |
| Specific Json element. | |
Private Attributes | |
| std::vector< Item > | m_BufferViewsData |
| Data of Gltf Json BufferViews. | |
Friends | |
| class | GltfLoader |
| Allow GltfLoader and GltfCollection access all data this class. | |
| class | GltfCollection |
Wrapper of Gltf Json BufferViews.
Definition at line 16 of file GltfBufferViews.h.