28 #ifndef LVR2_TEXTURE_MATERIAL_H_ 29 #define LVR2_TEXTURE_MATERIAL_H_ 31 #include <boost/optional.hpp> A material that stores information about color and texture of a cluster.
boost::optional< Rgb8Color > m_color
Optional color.
boost::optional< TextureHandle > m_texture
Optional texture handle.