|
NavMap
|
Optional per-vertex colors (RGBA, 8-bit per channel). More...
#include <NavMap.hpp>

Public Attributes | |
| std::vector< uint8_t > | a |
| Alpha channel. | |
| std::vector< uint8_t > | b |
| Blue channel. | |
| std::vector< uint8_t > | g |
| Green channel. | |
| std::vector< uint8_t > | r |
| Red channel. | |
Optional per-vertex colors (RGBA, 8-bit per channel).
When present, the length of each channel must match the number of vertices.
| std::vector<uint8_t> a |
Alpha channel.
| std::vector<uint8_t> b |
Blue channel.
| std::vector<uint8_t> g |
Green channel.
| std::vector<uint8_t> r |
Red channel.