Torque3D/Templates/BaseGame/game/tools/materialEditor/gui
Areloch 889115f45e Implemented proper ScriptAsset execution on load
Implemented script dependency handling
Added test-case of script dependency handling in ExampleModule
Cleanup of redundant getSceneCount calls
Properly get scene count in callGamemodeFunction
Remove unneeded TODO comment in shaders
Converted onMissionEnded gamemode func call to use callGameModeFunction function
Convert ExampleGameMode to be container-object based, and updated callGamemodeFunction to handle that
Correct import settings typoe so image suffixes are read correctly
Largely fixed companion image scanning when importing images and streamlined image-material interop during import preprocessing
Added handling for reading in PBR maps and creating a composite image + asset
Added WIP of Cubemap asset, and editing integration with a standalone cubemap editor
Added ability to create new Cubemap asset in Asset Browser
2019-09-13 00:27:48 -05:00
..
change-material-btn_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
change-material-btn_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
change-material-btn_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cube_xNeg.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cube_xPos.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cube_yNeg.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cube_yPos.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cube_zNeg.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cube_zPos.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemapBtnBorder_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemapBtnBorder_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemapBtnBorder_i.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemapBtnBorder_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemaped_cubepreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubeMapEd_cubePreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemaped_cylinderpreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubeMapEd_previewMat.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemaped_spherepreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubemapEd_spherePreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubematEd_cylinderPreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cubepreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cylinderpreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
gridTiny2.PNG Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
guiMaterialPreviewWindow.ed.gui Implemented proper ScriptAsset execution on load 2019-09-13 00:27:48 -05:00
guiMaterialPropertiesWindow.ed.gui Implements a Material Instance viewer to the material editor to see a feature-filtered dump of the generated shaders for a given material. 2019-05-17 01:48:45 -05:00
matEd_cubePreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_cylinderButt_d.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_cylinderButt_h.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_cylinderButt_n.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_cylinderPreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_mappedMat.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_pyramidPreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_sphereButt_d.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_sphereButt_h.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_sphereButt_n.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_spherePreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_torusKnotPreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
matEd_torusPreview.max Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
materialInstancesView.ed.gui Implements a Material Instance viewer to the material editor to see a feature-filtered dump of the generated shaders for a given material. 2019-05-17 01:48:45 -05:00
materialSelectorIcon_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
materialSelectorIcon_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
materialSelectorIcon_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
MaterialToolbar.ed.gui Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
mesh-selector-btn_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
mesh-selector-btn_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
mesh-selector-btn_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
new-material_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
new-material_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
new-material_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
Profiles.ed.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
pyramidpreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
screenFaded.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
scrollBox.jpg Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
spherepreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
torusknotpreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
torusknowpreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
toruspreview.dts Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
unknownImage.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
unsavedWarn.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-none_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-none_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-none_i.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-none_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-sine_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-sine_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-sine_i.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-sine_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-square_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-square_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-square_i.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-square_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-triangle_d.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-triangle_h.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-triangle_i.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
wav-triangle_n.png Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00