mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
shader node editor test
node editor functioning correctly, connections needed next shader nodes to be added in the next commit also
This commit is contained in:
parent
6e85b43088
commit
daa0cfef3a
6 changed files with 136 additions and 62 deletions
|
|
@ -943,6 +943,16 @@ singleton GuiControlProfile( GuiBackFillProfile )
|
|||
category = "Editor";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile(GuiShaderEditorProfile : ToolsGuiDefaultProfile)
|
||||
{
|
||||
opaque = true;
|
||||
};
|
||||
|
||||
singleton GuiControlProfile(ShaderNodeProfile : ToolsGuiDefaultProfile)
|
||||
{
|
||||
opaque = true;
|
||||
};
|
||||
|
||||
singleton GuiControlProfile( GuiControlListPopupProfile )
|
||||
{
|
||||
opaque = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue