소스 검색

it is the importer, not the postproc

Pavel Rojtberg 2 년 전
부모
커밋
20a2cc4c94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/assimp/postprocess.h

+ 1 - 1
include/assimp/postprocess.h

@@ -94,7 +94,7 @@ enum aiPostProcessSteps
      * 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
      * more than one face and <b>no index buffer is required</b> for rendering.
-     * Unless #aiProcess_Triangulate is specified. Then you need one regardless.
+     * Unless the importer (like ply) had to split vertices. Then you need one regardless.
      */
     aiProcess_JoinIdenticalVertices = 0x2,