Fixes mapping of imposter images to be packed as part of the shape asset, and fixes paths to be formatted more sanely.

This commit is contained in:
JeffR 2021-12-10 00:01:26 -06:00
parent bd876e427a
commit a8b3d874a1
7 changed files with 186 additions and 7 deletions

View file

@ -429,6 +429,8 @@ class TSShape
void setupBillboardDetails( const String &cachePath );
void setupBillboardDetails(const String& cachePath, const String& diffsePath, const String& normalPath);
/// Inits object list (no geometry buffers)
void initObjects();