浏览代码

Updated dumps for FBX files

Otger 9 年之前
父节点
当前提交
3c358a8e34
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/assimp/texture.h
  2. 二进制
      test/regression/db.zip

+ 4 - 0
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
 {

二进制
test/regression/db.zip