mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Adds handling for the proper updated exporting of mesh for convexShapes
This commit is contained in:
parent
49639a908f
commit
787b8be82c
4 changed files with 80 additions and 3 deletions
|
|
@ -140,6 +140,8 @@ namespace ColladaUtils
|
|||
|
||||
Point3F scale;
|
||||
|
||||
bool fillWithSingleDetail;
|
||||
|
||||
S32 hasDetailLevel(S32 size)
|
||||
{
|
||||
for (U32 i = 0; i < meshDetailLevels.size(); ++i)
|
||||
|
|
@ -152,6 +154,9 @@ namespace ColladaUtils
|
|||
|
||||
return -1;
|
||||
}
|
||||
|
||||
meshLODData() : shapeInst(nullptr), meshTransform(true), originatingObject(nullptr), scale(0), fillWithSingleDetail(false)
|
||||
{}
|
||||
};
|
||||
|
||||
struct colMesh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue