mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Adds isSRGB and invertSmoothness checkboxes to terrain material editor
Added ability for assimp loader to ignore cached DTS shapes on demand when building shape data Added assimp importer options to asset import config settings set Moved variableInspector field types folder from tools/assetBrowser/scripts to tools/guis
This commit is contained in:
parent
d8cc73f5a1
commit
796a95b8a5
14 changed files with 125 additions and 22 deletions
|
|
@ -35,4 +35,9 @@ exec("./guiObjectInspector.ed.cs");
|
|||
exec("./uvEditor.ed.gui");
|
||||
exec("./objectSelection.ed.cs");
|
||||
exec("./postFxManager.gui");
|
||||
exec("./assimpImport.ed.gui");
|
||||
exec("./assimpImport.ed.gui");
|
||||
|
||||
exec("./fieldTypes/assetDependencies.cs");
|
||||
exec("./fieldTypes/fieldTypes.cs");
|
||||
exec("./fieldTypes/listField.cs");
|
||||
exec("./fieldTypes/moduleDependencies.cs");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue