Remove unnecessary comments
This commit is contained in:
@@ -766,8 +766,6 @@ bool ModelTool::ImportDataAssimp(const String& path, ModelData& data, Options& o
|
||||
if (options.CalculateTangents)
|
||||
flags |= aiProcess_CalcTangentSpace;
|
||||
if (options.ReverseWindingOrder)
|
||||
// actually we need to remove this flag
|
||||
// flags |= aiProcess_FlipWindingOrder;
|
||||
flags &= ~aiProcess_FlipWindingOrder;
|
||||
if (options.OptimizeMeshes)
|
||||
flags |= aiProcess_OptimizeMeshes | aiProcess_SplitLargeMeshes | aiProcess_ImproveCacheLocality;
|
||||
|
||||
Reference in New Issue
Block a user