ObjImporter: Added better progress reporting during file import.
authorAndrew Parlane <andrew.parlane@gmail.com>
Mon, 11 Jan 2016 15:25:36 +0000 (11:25 -0400)
committerAndrew Parlane <andrew.parlane@gmail.com>
Mon, 11 Jan 2016 16:21:24 +0000 (12:21 -0400)
commit1632f1fbb908d34f012b41be7883b63fd5199a0a
tree92aa7c08d281908fef2d2d5ca90d7cddfdc62d0c
parentbd268bd8649328f3856a3ffaf18b601bd72423a1
ObjImporter: Added better progress reporting during file import.

There are two stages to this:
1) Processing '\'s - this accounts for 1/3rd of the file import progress.
2) Parsing the file data - this accounts for the other 2/3rds.
code/ObjFileImporter.cpp
code/ObjFileParser.cpp
code/ObjFileParser.h