Skip to content

Commit

Permalink
Update model.cpp
Browse files Browse the repository at this point in the history
lazy revert Test if disabling aiProcess_PreTransformVertices allows for direct copy of prepacked drawsurfaces into TRISURF lump for fbx models.
  • Loading branch information
MoritzJT authored Mar 17, 2024
1 parent dabe38f commit c067f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/quake3/q3map2/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static AssModel *LoadModel( const char *name, int frame ){
| aiProcess_ValidateDataStructure
| aiProcess_FlipUVs
| aiProcess_FlipWindingOrder
// | aiProcess_PreTransformVertices
| aiProcess_PreTransformVertices
| aiProcess_RemoveComponent
| aiProcess_SplitLargeMeshes;
// rotate the whole scene 90 degrees around the x axis to convert assimp's Y = UP to Quakes's Z = UP
Expand Down

0 comments on commit c067f32

Please sign in to comment.