Closed alisa101rs closed 3 years ago
According to the specification, if array number == 0 and faces == 6 then image size contains size of a single face, this case is not processed in the Textures iterator.
To fix this, you need to multiply image size by 6, if current file is cubemap.
Fixed by #10
According to the specification, if array number == 0 and faces == 6 then image size contains size of a single face, this case is not processed in the Textures iterator.
To fix this, you need to multiply image size by 6, if current file is cubemap.