diff --git a/include/assimp/texture.h b/include/assimp/texture.h index 40faf497e..1ec3bbf31 100644 --- a/include/assimp/texture.h +++ b/include/assimp/texture.h @@ -116,6 +116,10 @@ struct aiTexel * 2. Compressed textures stored in a file format like png or jpg. The raw file * bytes are given so the application must utilize an image decoder (e.g. DevIL) to * get access to the actual color data. + * + * Embedded textures are referenced from materials using strings like "*0", "*1", etc. + * as the texture paths (a single asterisk character followed by the + * zero-based index of the texture in the aiScene::mTextures array). */ struct aiTexture { diff --git a/test/regression/db.zip b/test/regression/db.zip index c94598840..c7631c240 100644 Binary files a/test/regression/db.zip and b/test/regression/db.zip differ