Created material editor settings dialog

Activated settings menu option
Moved viewport camera controller initialization before viewport settings restoration
This commit is contained in:
guthadam
2021-05-09 12:34:55 -05:00
parent 7112c1a369
commit 5437843390
13 changed files with 226 additions and 14 deletions
@@ -30,5 +30,6 @@ namespace MaterialEditor
static void Reflect(AZ::ReflectContext* context);
bool m_showReloadDocumentPrompt = true;
AZStd::string m_defaultMaterialTypeName = "StandardPBR";
};
} // namespace MaterialEditor