瀏覽代碼

Merge branch 'master' into 823345681268736

Kim Kulling 2 年之前
父節點
當前提交
79dcc289d0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/assimp/postprocess.h

+ 1 - 0
include/assimp/postprocess.h

@@ -94,6 +94,7 @@ enum aiPostProcessSteps
      * indexed geometry, this step is compulsory or you'll just waste rendering
      * indexed geometry, this step is compulsory or you'll just waste rendering
      * time. <b>If this flag is not specified</b>, no vertices are referenced by
      * time. <b>If this flag is not specified</b>, no vertices are referenced by
      * more than one face and <b>no index buffer is required</b> for rendering.
      * more than one face and <b>no index buffer is required</b> for rendering.
+     * Unless the importer (like ply) had to split vertices. Then you need one regardless.
      */
      */
     aiProcess_JoinIdenticalVertices = 0x2,
     aiProcess_JoinIdenticalVertices = 0x2,