Using modular camera system to replace the camera entity.

Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
rhhong
2021-10-01 15:38:50 -07:00
parent 09f9e5c6c3
commit 47a2240fc3
5 changed files with 146 additions and 53 deletions
@@ -28,7 +28,7 @@ namespace EMStudio
const char* AtomRenderPlugin::GetName() const
{
return "Atom Render Window";
return "Atom Render Window (Preview)";
}
uint32 AtomRenderPlugin::GetClassID() const
@@ -86,6 +86,7 @@ namespace EMStudio
verticalLayout->setSpacing(1);
verticalLayout->setMargin(0);
m_animViewportWidget = new AnimViewportWidget(m_innerWidget);
verticalLayout->addWidget(m_animViewportWidget);
// Register command callbacks.
m_createActorInstanceCallback = new CreateActorInstanceCallback(false);