Skip to content

Commit

Permalink
Add Vert/Tex Count Displays (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed May 10, 2022
1 parent e0777eb commit fcc096a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class ERS_CLASS_AssetIndexIOM {
std::map<long, std::string> AssetTypeName_; /**<Name of the type of asset, ex: Image or Model*/
std::map<long, std::string> AssetCreationDate_; /**<Date when initially Allocated*/
std::map<long, std::string> AssetModificationDate_; /**<Date When Last Modified*/
std::map<long, std::string> AssetFileName_; /**<Original name of object when imported*/
std::vector<long> AssetIDsFound_; /**<List of all asset ids in metadata system*/

public:
Expand Down

0 comments on commit fcc096a

Please sign in to comment.