mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Assimp fixes
Should now apply the same corrective fix to modelled bounds
This commit is contained in:
parent
0b73e701ac
commit
887f239a20
4 changed files with 63 additions and 15 deletions
|
|
@ -119,7 +119,7 @@ public:
|
|||
/// @return The mesh transform at the specified time
|
||||
MatrixF getMeshTransform(F32 time) override;
|
||||
F32 getVisValue(F32 t) override;
|
||||
|
||||
void computeBounds(Box3F& bounds) override;
|
||||
static Vector<S32> sMaterialRemap;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue