mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
# Conflicts: # Engine/source/console/consoleFunctions.cpp
This commit is contained in:
commit
cbce2ee805
154 changed files with 2950 additions and 705 deletions
|
|
@ -135,6 +135,20 @@ IMPLEMENT_CONOBJECT(TSShapeConstructor);
|
|||
TSShapeConstructor::TSShapeConstructor()
|
||||
: mShapePath(""), mLoadingShape(false)
|
||||
{
|
||||
mOptions.upAxis = UPAXISTYPE_COUNT;
|
||||
mOptions.unit = -1.0f;
|
||||
mOptions.lodType = ColladaUtils::ImportOptions::TrailingNumber;
|
||||
mOptions.singleDetailSize = 2;
|
||||
mOptions.matNamePrefix = "";
|
||||
mOptions.alwaysImport = "";
|
||||
mOptions.neverImport = String(Con::getVariable("$TSShapeConstructor::neverImport"));
|
||||
mOptions.alwaysImportMesh = "";
|
||||
mOptions.neverImportMesh = String(Con::getVariable("$TSShapeConstructor::neverImportMesh"));
|
||||
mOptions.ignoreNodeScale = false;
|
||||
mOptions.adjustCenter = false;
|
||||
mOptions.adjustFloor = false;
|
||||
mOptions.forceUpdateMaterials = false;
|
||||
mOptions.useDiffuseNames = false;
|
||||
mShape = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue