specularImages property

List<List<Uint8List>> specularImages
final

specularImages[level][face] encoded image bytes, faces in cube order (+X, -X, +Y, -Y, +Z, -Z), level 0 the mirror level. Empty when the importer could not source them.

Implementation

final List<List<Uint8List>> specularImages;