mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-09 13:44:32 +00:00
update assimp to 6.0.5
This commit is contained in:
parent
2d2eb57e2e
commit
f5cf21cfeb
941 changed files with 22718 additions and 12240 deletions
|
|
@ -119,9 +119,9 @@ bool Import3DFromFile( const std::string &filename) {
|
|||
logInfo(importer.GetErrorString());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
fin.close();
|
||||
|
||||
|
||||
g_scene = importer.ReadFile(filename, aiProcessPreset_TargetRealtime_Quality);
|
||||
|
||||
// If the import failed, report it
|
||||
|
|
@ -176,7 +176,7 @@ void freeTextureIds() {
|
|||
int LoadGLTextures(const aiScene* scene) {
|
||||
freeTextureIds();
|
||||
|
||||
if (scene->HasTextures())
|
||||
if (scene->HasTextures())
|
||||
return 1;
|
||||
|
||||
/* getTexture Filenames and Numb of Textures */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue