mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Adds a format scale multiplier for shape formats that use a default unit other than meters.
This commit is contained in:
parent
340adae967
commit
76550a5859
6 changed files with 38 additions and 4 deletions
|
|
@ -51,6 +51,7 @@ private:
|
|||
bool getMetaInt(const char* key, S32& intVal);
|
||||
bool getMetaFloat(const char* key, F32& floatVal);
|
||||
bool getMetaDouble(const char* key, F64& doubleVal);
|
||||
bool getMetaString(const char* key, String& stringVal);
|
||||
|
||||
public:
|
||||
AssimpShapeLoader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue