f1 vis
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user