Be more precise regarding index buffer

pull/5200/head
Pavel Rojtberg 2023-08-08 18:34:13 +02:00 committed by GitHub
parent 60989a598e
commit 2baadf2fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +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.
*/
aiProcess_JoinIdenticalVertices = 0x2,