mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Added missed lines to init the reflection probe baking gui
This commit is contained in:
parent
d6f87da608
commit
e15f17354d
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ function initializeWorldEditor()
|
||||||
exec("./gui/SelectObjectsWindow.ed.gui");
|
exec("./gui/SelectObjectsWindow.ed.gui");
|
||||||
exec("./gui/ProceduralTerrainPainterGui.gui" );
|
exec("./gui/ProceduralTerrainPainterGui.gui" );
|
||||||
exec("./gui/shadowViz.gui" );
|
exec("./gui/shadowViz.gui" );
|
||||||
|
exec("./gui/probeBakeDlg.gui" );
|
||||||
|
|
||||||
// Load Scripts.
|
// Load Scripts.
|
||||||
exec("./scripts/menus.ed.cs");
|
exec("./scripts/menus.ed.cs");
|
||||||
|
|
@ -66,6 +67,7 @@ function initializeWorldEditor()
|
||||||
exec("./scripts/cameraCommands.ed.cs");
|
exec("./scripts/cameraCommands.ed.cs");
|
||||||
exec("./scripts/lightViz.cs");
|
exec("./scripts/lightViz.cs");
|
||||||
exec("./scripts/shadowViz.cs");
|
exec("./scripts/shadowViz.cs");
|
||||||
|
exec("./scripts/probeBake.ed.cs");
|
||||||
|
|
||||||
// Load Custom Editors
|
// Load Custom Editors
|
||||||
loadDirectory(expandFilename("./scripts/editors"));
|
loadDirectory(expandFilename("./scripts/editors"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue