Updated dumps for FBX files

pull/694/head
Otger 2015-11-24 16:33:31 +01:00
parent c876dce82b
commit 3c358a8e34
2 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ struct aiTexel
* 2. Compressed textures stored in a file format like png or jpg. The raw file * 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 * bytes are given so the application must utilize an image decoder (e.g. DevIL) to
* get access to the actual color data. * 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 struct aiTexture
{ {

Binary file not shown.