mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 00:29:34 +00:00
Cleanup of export function to remove redundant arg
Removed unused var Cleaned up collision export on convexShape Added prefab export functionality
This commit is contained in:
parent
501a322435
commit
43ca2c5bc2
9 changed files with 23 additions and 13 deletions
|
|
@ -140,8 +140,6 @@ namespace ColladaUtils
|
|||
|
||||
Point3F scale;
|
||||
|
||||
bool fillWithSingleDetail;
|
||||
|
||||
S32 hasDetailLevel(S32 size)
|
||||
{
|
||||
for (U32 i = 0; i < meshDetailLevels.size(); ++i)
|
||||
|
|
@ -155,7 +153,7 @@ namespace ColladaUtils
|
|||
return -1;
|
||||
}
|
||||
|
||||
meshLODData() : shapeInst(nullptr), meshTransform(true), originatingObject(nullptr), scale(0), fillWithSingleDetail(false)
|
||||
meshLODData() : shapeInst(nullptr), meshTransform(true), originatingObject(nullptr), scale(0)
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue