This commit is contained in:
Turanszki Janos
2021-06-21 13:10:35 +02:00
parent 623ef00874
commit abb09342f4
+13
View File
@@ -1931,6 +1931,19 @@ void EditorComponent::Compose(CommandList cmd) const
{
renderPath->Compose(cmd);
static bool asd = false;
if (wiInput::Press(wiInput::KEYBOARD_BUTTON_F1))
{
asd = !asd;
}
if (asd)
{
wiImageParams fx;
fx.enableFullScreen();
fx.blendFlag = BLENDMODE_OPAQUE;
wiImage::Draw(&renderPath->rtChamferedNormals, fx, cmd);
}
if (cinemaModeCheckBox.GetCheck())
{
return;