SP3-13 Assets Management #57

Merged
XiaoQiDigipen merged 7 commits from SP3-13-Assets-Manager into main 2022-09-27 14:27:28 +08:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 4dd2335fb8 - Show all commits

View File

@ -100,9 +100,7 @@ namespace SHADE
| aiProcess_JoinIdenticalVertices | aiProcess_JoinIdenticalVertices
// join identical vertices/ optimize indexing // join identical vertices/ optimize indexing
| aiProcess_RemoveRedundantMaterials // remove redundant materials | aiProcess_RemoveRedundantMaterials // remove redundant materials
| aiProcess_FindInvalidData | aiProcess_FindInvalidData// detect invalid model data, such as invalid normal vectors
// detect invalid model data, such as invalid normal vectors
| aiProcess_PreTransformVertices // pre-transform all vertices
| aiProcess_FlipUVs // flip the V to match the Vulkans way of doing UVs | aiProcess_FlipUVs // flip the V to match the Vulkans way of doing UVs
); );