mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
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:
parent
bd876e427a
commit
a8b3d874a1
7 changed files with 186 additions and 7 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue