#include <hdf5_map_io.h>
Public Attributes | |
uint8_t | b |
uint8_t | g |
uint8_t | r |
int32_t | textureIndex |
Helper struct for saving material data to the map.
This struct is defined as an HDF compound data type.
Definition at line 43 of file hdf5_map_io.h.
uint8_t hdf5_map_io::MapMaterial::b |
Definition at line 47 of file hdf5_map_io.h.
uint8_t hdf5_map_io::MapMaterial::g |
Definition at line 46 of file hdf5_map_io.h.
uint8_t hdf5_map_io::MapMaterial::r |
Definition at line 45 of file hdf5_map_io.h.
int32_t hdf5_map_io::MapMaterial::textureIndex |
Definition at line 44 of file hdf5_map_io.h.